# Superpowers Finish

> Finish Skill

- Skill: `anthonylee991/superpowers-finish` (Agent Skill)
- Install (CLI): `npx skillmds@latest add anthonylee991/superpowers-finish`
- Raw SKILL.md: https://api.skillmd.com/api/skills/anthonylee991/superpowers-finish/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: AI & ML
- Author: anthonylee991 (https://skillmd.com/u/anthonylee991)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/anthonylee991/superpowers-finish

---


# 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

