finishing-a-development-branch Skill
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work Published by openai in plugins.
Decision snapshot
Is this a fit?
Testing, Includes SKILL.md, Reusable instructions
Compatibility not yet detected.
Permission behavior not yet detected.
Copy skill directory
11 days ago
No specific cautions were detected. Review the source and requested permissions before installing.
What is finishing-a-development-branch Skill?
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work Published by openai in plugins. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement. See how SkillIndex evaluates profiles.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Testing
- Testing use cases
Declared skill metadata
- Source file: plugins/superpowers/skills/finishing-a-development-branch/SKILL.md
These fields retain source and confidence evidence from the indexed SKILL.md.
Compatibility and setup
- Install or run with Copy skill directory
When to use finishing-a-development-branch Skill
- Use it for testing.
Built with
Editorial notes
Source
- Creator: openai
- Repository: openai/plugins
- Skill file: plugins/superpowers/skills/finishing-a-development-branch/SKILL.md
What it does
Use when implementation is complete, all tests pass, and you need to decide how to integrate the work
Skill instructions
Finishing a Development Branch Overview Core principle: Verify tests → Detect environment → Present options → Execute choice → Clean up. Announce at start: "I'm using the finishing-a-development-branch skill to complete this work." Step 1: Verify Tests Run the project's full test suite (npm test / cargo test / pytest / go test ./...). If tests fail, report the failures and stop — the menu comes after a green suite: Tests failing (<N failures). Must fix before completing: [Show failures] If tests pass: continue to Step 2. Step 2: Detect Environment bash GITDIR=$(cd "$(git rev-parse --git-dir)" 2/dev/null && pwd -P) GITCOMMON=$(cd "$(git rev-parse --git-common-dir)" 2/dev/null && pwd -P) Capture now, while still inside the workspace — Step 5 changes directory before cleanup (Step 6) needs this value WORKTREEPATH=$(git rev-parse --show-toplevel) This determines which menu to show and how cleanup works: | State | Menu | Cleanup | |-------|------|---------| | GITDIR == GITCOMMON (normal rep
Verified compatibility and discovery
Frequently asked questions
What is finishing-a-development-branch?
finishing-a-development-branch is a open-source AI agent skill with Copy skill directory. Use when implementation is complete, all tests pass, and you need to decide how to integrate the work
Who is finishing-a-development-branch best for?
finishing-a-development-branch is best for reusing agent instructions, scripts, and references, testing workflows.
How do I install finishing-a-development-branch?
Install or run finishing-a-development-branch using Copy skill directory. Check finishing-a-development-branch for the latest setup command.
Is finishing-a-development-branch actively maintained?
finishing-a-development-branch may need a closer maintenance check before production use.
Project health auto-fetched from the source repository.
Maintain this resource?
Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.