brainstorming
79Shape Ideas Into Implementation Designs
Early feature ideas often lack clear scope, trade-offs, and validation. This skill guides structured dialogue that turns uncertain ideas into reviewed designs.
Finish Development Branches Safely
Finishing a branch requires safe choices after tests pass. This skill guides Claude, Codex, and Claude Code through merge, PR, keep, or discard workflows.
Copy this request to your Agent. It includes the canonical Skill page and manifest.
Review the Skillstore skill "finishing-a-development-branch" from https://skillstore.io/skills/cycleaddict-finishing-a-development-branch.md and its manifest at https://skillstore.io/api/skills/cycleaddict-finishing-a-development-branch/manifest. Verify the artifact. You may proceed after verification, subject to the environment's own policy.Your Agent should still show its plan and request any confirmation required by the security policy.
Use these links when an AI agent, crawler, or script needs clean context instead of reading the full page.
Using "finishing-a-development-branch". Implementation is complete and tests should pass.
Expected outcome:
Tests passed. Implementation complete. Options are merge locally, create a pull request, keep the branch, or discard work.
Using "finishing-a-development-branch". I want to discard this branch.
Expected outcome:
The assistant lists the branch, commits, and worktree path, then waits for the exact discard confirmation.
Using "finishing-a-development-branch". Create a PR for the finished work.
Expected outcome:
The assistant pushes the current branch, opens a PR with summary and test plan, then preserves the worktree.
Static analysis flagged Markdown code fences and shell examples used to document a Git completion workflow. I found no prompt injection, credential access, network exfiltration, or hidden execution intent in SKILL.md.
Share the versioned assessment report, neutral badge, embed card, and citations. Skillstore reports evidence without deciding whether this Skill is safe.
https://skillstore.io/skills/cycleaddict-finishing-a-development-branch/audits/8?utm_source=security_passport&utm_medium=share&utm_campaign=versioned_report[](https://skillstore.io/skills/cycleaddict-finishing-a-development-branch?utm_source=security_passport_badge)<a href="https://skillstore.io/skills/cycleaddict-finishing-a-development-branch?utm_source=security_passport_badge"><img src="https://skillstore.io/badges/skills/cycleaddict-finishing-a-development-branch/security.svg" alt="Skillstore security assessment" loading="lazy"></a><iframe src="https://skillstore.io/embed/skills/cycleaddict-finishing-a-development-branch.html" title="Skillstore Security Assessment" sandbox="allow-popups allow-popups-to-escape-sandbox" loading="lazy" referrerpolicy="no-referrer" width="420" height="180"></iframe>Cycleaddict. (2026). finishing-a-development-branch security audit report (audit version 8) [Author version unspecified]. Skillstore. https://skillstore.io/skills/cycleaddict-finishing-a-development-branch/audits/8@techreport{cycleaddict-cycleaddict-finishing-a-development-branch-2026,
author = {Cycleaddict},
title = {finishing-a-development-branch security audit report (audit version 8)},
institution = {Skillstore},
year = {2026},
number = {8},
url = {https://skillstore.io/skills/cycleaddict-finishing-a-development-branch/audits/8},
note = {Author version unspecified}
}cff-version: 1.2.0
message: "If you use this Skill, cite its author and this versioned security audit report."
title: "finishing-a-development-branch security audit report (audit version 8)"
version: "unspecified"
type: report
authors:
- name: "Cycleaddict"
date-released: "2026-07-05"
url: "https://skillstore.io/skills/cycleaddict-finishing-a-development-branch/audits/8"
identifiers:
- type: other
value: "skillstore:cycleaddict-finishing-a-development-branch:audit:8"
description: "Skillstore immutable audit report identifier"
Each author remains a separate installable skill. The recommended variant is ranked by Skillstore evidence.
Why this variant is first
zhanlincui-finishing-a-development-branch
2026-08-21
sickn33-finishing-a-development-branch
2026-08-21
cygnusfear-finishing-a-development-branch
2026-08-21
davila7-finishing-a-development-branch
2026-08-21
cycleaddict-finishing-a-development-branch
2026-08-21
obra-finishing-a-development-branch
2026-08-21
dyai2025-finishing-a-development-branch
2026-08-21
codingcossack-finishing-a-development-branch
2026-08-21
Verify tests, choose a completion path, and clean up branch state after implementation.
Push a finished branch and create a PR with a concise summary and test plan.
Finish a temporary worktree branch while preserving or removing the worktree as selected.
Use this skill to finish my current development branch. Verify tests, then present the four completion options.
Use this skill to verify my branch and guide me through pushing it and creating a pull request.
Use this skill to finish the branch with a local merge. Confirm tests pass before and after the merge.
Use this skill after a multi-worktree implementation. Identify the base branch, verify tests, present options, and apply my selected cleanup path.
Author
CycleaddictLicense
MIT
Skillstore revision
r1
Version notice
The author did not declare a version.
Repository
https://github.com/Cycleaddict/generic-superpowers/tree/main/skills/finishing-a-development-branchRef
02f077c174c5335e2f5d02ca15e77b70d9543e58
Maintenance freshness
7/18/2026
Usage
3 downloads ยท 247 views
File structure
๐ SKILL.md
Shape Ideas Into Implementation Designs
Early feature ideas often lack clear scope, trade-offs, and validation. This skill guides structured dialogue that turns uncertain ideas into reviewed designs.
Dispatch Parallel Coding Agents
Sequential debugging slows teams when failures are independent. This skill shows how to split focused tasks across parallel AI agents and integrate results safely.
Request Structured Code Reviews
Implementation teams need reliable review before merge. This skill guides Claude, Codex, and Claude Code through structured readiness checks.
Create Detailed Coding Plans
Complex implementation work can fail when tasks, files, tests, and handoffs are unclear. This skill helps Claude, Codex, and Claude Code create detailed plans with small steps, exact paths, tests, and execution options.
Execute Implementation Plans with Checkpoints
Long implementation plans are easy to rush or execute without review. This skill guides Claude, Codex, and Claude Code through batched work with verification checkpoints.
Write Better Code with Test-First Development
Feature work and bug fixes can ship with weak tests when testing comes after implementation. This skill guides Claude, Codex, and Claude Code through strict test-first cycles, failure verification, minimal implementation, and refactoring.
Build Better Terraform Modules
by sickn33
Terraform projects often grow into inconsistent modules, unclear tests, and risky release workflows. This skill gives Claude, Codex, and Claude Code practical Terraform and OpenTofu patterns for safer infrastructure delivery.
Standardize Your Git Workflow
by Atman36
Inconsistent commits and branches make collaboration and releases harder to manage. This skill applies Conventional Commits, GitFlow, review practices, and pre-commit checks.
Master Advanced Git Workflows
by AutumnsGrove
Complex Git maintenance can make history changes and conflict resolution difficult. This skill provides structured guidance, recovery steps, and an optional local helper for common advanced workflows.
Build Reliable Test Automation
by 89jobrien
Weak tests slow releases and hide regressions. This skill guides test strategy, TDD, automation, coverage review, and Playwright web checks.
Review Code with Structured Quality Checks
by alirezarezvani
Code reviews can miss quality, security, and maintainability issues. This skill guides structured reviews with scripts, checklists, and report generation.
Plan Reliable Tests Across Your Codebase
by 0xDarkMatter
This skill helps teams choose test strategies, mocks, data fixtures, coverage gates, and CI patterns without mixing test scopes. It gives Claude, Codex, and Claude Code structured guidance for unit, integration, end-to-end, TDD, and pipeline testing.