AgentSkillsCN

superpowers-finish

完成收尾工作:执行验证、总结变更内容、记录后续跟进事项,并确保代码仓库的整洁与规范。适用于实施或调试环节的最后阶段使用。

SKILL.md
--- frontmatter
name: superpowers-finish
description: Finalizes work: runs verification, summarizes changes, notes follow-ups, and ensures repo hygiene. Use at the end of an implementation or debugging session.

Finish Skill

When to use this skill

  • at the end of any non-trivial change set
  • after a bug fix or feature is implemented
  • before handing off work to a teammate/user

Finish checklist

  • Run verification commands (tests, lint, build, typecheck if relevant)
  • Confirm acceptance criteria are met
  • Summarize what changed (by area/file)
  • Call out any risks or follow-ups
  • Note how to rollback if applicable

Output format

Verification

  • Commands run:
  • Results:

Summary of changes

  • Bullet list

Follow-ups

  • Bullet list (only if needed)

How to validate manually (if applicable)

  • Steps