Agent Skills: Finish Skill

Finalizes work: runs verification, summarizes changes, notes follow-ups, and ensures repo hygiene. Use at the end of an implementation or debugging session.

UncategorizedID: anthonylee991/gemini-superpowers-antigravity/superpowers-finish

Install this agent skill to your local

pnpm dlx add-skill https://github.com/anthonylee991/gemini-superpowers-antigravity/tree/HEAD/.agent/skills/superpowers-finish

Skill Files

Browse the full folder contents for superpowers-finish.

Download Skill

Loading file tree…

.agent/skills/superpowers-finish/SKILL.md

Skill Metadata

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