inline-chat / summarize-work
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/summarize-work && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/2441" && unzip -o skill.zip -d .claude/skills/summarize-work && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/summarize-work/ and checked into git. All team members will have access to it automatically.
Important: Please verify the skill by reviewing its instructions before using it.
Based on the context, write a summary of changes, what's left, production readiness, tests run, and APIs/packages used.
0 views
0 installs
Skill Content
--- name: summarize-work description: Based on the context, write a summary of changes, what's left, production readiness, tests run, and APIs/packages used. metadata: short-description: Summarize work so far in this session --- Write a summary of work you've done in this session. # High-level instructions and output format - Review the files you've changed - Write a list of added packages/new APIs you have used in a bullet list for a developer review and reason you used them. If there is an alternative provide a concise clause. - Write a list of high-level product/UI/UX/features/fixes/changes. What user will see/experience in a bullet list. Think of this as a spec list. - Write a section on what tests you've run, the confidence level for shipping this to production, and if anything is left from the original intent or work. - Write a section on top most important 1-5 files/functions/areas for the senior developer to review. Keep this to essentials only. Include short snippets of core areas for a quick evaluation too. - Include a list of changed files and number of lines changed/remove in another section at the bottom. # Tips - From first section to last, go from high level/concise to deeper insights. - If asked to do it "fast", skip re-reading files and diffs, and rely on your context.