What problem does it solve? When implementation is done, developers often skip documentation updates, merge with failing tests, or clean up worktrees incorrectly. This Skill enforces a structured completion checklist so every branch ships with synced docs, passing tests, and a passed review gate before integration. ## Core Features & Use Cases - Wiki and docs sync check: Verifies wiki entries, CLAUDE.md, and AGENTS.md reflect the branch's changes before any merge decision. - Test and artifact verification: Runs the test suite and checks for load tests, E2E tests, deployment artifacts, and DAST scans when required by the change type. - Review gate: Dispatches parallel reviewer agents (PR, spec, test-quality, security, plus artifact-specific reviewers) and blocks merge on Critical findings. - Structured integration options: Presents merge-locally, create-PR, or keep-as-is choices, with safe worktree cleanup and branch deletion ordering. - Use Case: After finishing a feature branch in a git worktree, invoke the skill to confirm docs are updated, tests pass, reviewers approve, then merge to main and clean up the worktree in the correct order. ## Quick Start Ask the AI to finish the current development branch using the finishing-a-development-branch skill and present the integration options.