From antigravity-awesome-skills
Automates end-to-end coding task completion against explicit acceptance criteria, covering implementation, PR review fixes, dev deployment, and runtime verification with minimal user intervention.
How this skill is triggered — by the user, by Claude, or both
Slash command
/antigravity-awesome-skills:closed-loop-deliveryThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
Treat each task as incomplete until acceptance criteria are verified in evidence, not until code is merely changed.
Treat each task as incomplete until acceptance criteria are verified in evidence, not until code is merely changed.
Core rule: deliver against DoD (Definition of Done), not against code diff size.
Use this skill when:
Do not use this skill for:
Before execution, define these once:
dev by default)2)If acceptance criteria are missing, request them once. If user does not provide, propose a concrete default and proceed.
Before execution, prefer using create-issue-gate.
ready and execution gate is allowed, continue.draft, do not execute implementation/deploy/review loops.Define DoD
Implement minimal change
Verify locally
Review loop
Dev deploy + runtime verification
dev when runtime behavior matters.Completion decision
Avoid noisy short polling by default. Use batched windows:
3m, collect delta comments/reviews6m, collect delta again10m, collect all remaining visible comments/reviewsAt each round:
10m round, stop waiting and proceed with all comments visible at that pointIf CI is still running, align polling to check completion boundaries instead of fixed rapid polling.
Require explicit user confirmation for:
Stop and escalate with a concise blocker report when:
2 default)Escalation report must include:
When claiming completion, always include:
Do not claim success without evidence.
npx claudepluginhub sickn33/antigravity-awesome-skills --plugin antigravity-awesome-skillsDelivers coding tasks end-to-end against explicit acceptance criteria by automating implementation, local verification, PR review loops, dev deployment, and runtime checks.
Automates the final handoff process: local verification, git commit/push, PR creation or update, and iterative fix loop until CI passes and PR is merge-ready.
Guides rigorous code review practices: evaluate feedback technically, request code-reviewer subagent reviews after tasks/features, verify before completion claims. For subagent-driven dev and PRs.