superpowers-finish
Automates the end-of-session workflow by verifying changes, summarizing progress, and identifying follow-ups.
Install
mkdir -p .claude/skills/superpowers-finish && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/4301" && unzip -o skill.zip -d .claude/skills/superpowers-finish && rm skill.zipInstalls to .claude/skills/superpowers-finish
Activation
This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.
Finalizes work: runs verification, summarizes changes, notes follow-ups, and ensures repo hygiene. Use at the end of an implementation or debugging session.Key capabilities
- →Run verification commands like tests and linting
- →Summarize changes by file or area
- →Identify pending follow-up tasks
- →Document manual validation steps
How it works
It executes a predefined checklist of verification commands and generates a structured summary of the work performed for final review.
Inputs & outputs
When to use superpowers-finish
- →Running final tests before PR
- →Summarizing changes after a bug fix
- →Identifying pending follow-up tasks
- →Documenting manual verification steps
About this skill
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
When not to use it
- →During active development or debugging
Limitations
- →Relies on existing project test and linting infrastructure
How it compares
It enforces a standardized finalization workflow compared to ad-hoc manual verification and documentation.
Compared to similar skills
superpowers-finish side by side with the closest alternatives in the catalog.
| Skill | Installs | Updated | Safety | Difficulty |
|---|---|---|---|---|
| superpowers-finish (this skill) | 1 | 6mo | No flags | Beginner |
| code-review-checklist | 3 | 25d | No flags | Beginner |
| openspec-verify-change | 3 | 6mo | Review | Advanced |
| positron-qa-verify | 1 | 5mo | Review | Intermediate |
Try saying
Example prompts that trigger this skill in your AI assistant.
More by anthonylee991
View all by anthonylee991 →You might also like
code-review-checklist
vudovn
Code review guidelines covering code quality, security, and best practices.
openspec-verify-change
studyzy
验证实现是否与变更产出物匹配。当用户想要在归档前验证实现是否完整、正确且一致时使用。
positron-qa-verify
posit-dev
Generates clear, actionable verification guides for QA testing of Positron bug fixes and features
categorize-revdep-issues
r-lib
Write revdep/issue.md to group packages by common error categories
pr-review
microsoft
Multi-dimensional review of a PR or feature branch in the microsoft/winappcli repo. Activate when a contributor asks to "review my PR", "review my changes", "vet my branch before pushing", "do a full review", "PR review", "review this feature", or similar. Fans out parallel sub-agents covering secur
atdd
kevinMgreer
Spec-Driven ATDD workflow skill. Use for running the full ATDD cycle, writing Gherkin feature files, creating technical specs, generating acceptance tests, or reviewing spec compliance. Trigger phrases: ATDD, BDD, Gherkin, spec-first, acceptance test, feature file, Given When Then, red-green-refacto