anthonylee991 / superpowers-finish
Install for your project team
Run this command in your project directory to install the skill for your entire team:
mkdir -p .claude/skills/superpowers-finish && curl -L -o skill.zip "https://fastmcp.me/Skills/Download/4301" && unzip -o skill.zip -d .claude/skills/superpowers-finish && rm skill.zip
Project Skills
This skill will be saved in .claude/skills/superpowers-finish/ 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.
Finalizes work: runs verification, summarizes changes, notes follow-ups, and ensures repo hygiene. Use at the end of an implementation or debugging session.
0 views
0 installs
Skill Content
--- 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