AgentSkillsCN

summarize-work

根据上下文,撰写变更概要、待办事项、生产就绪情况、已执行的测试以及所使用的 API 和软件包。

SKILL.md
--- frontmatter
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.