Getting it into your agent
One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.
npx skills add J-Pster/Psters_AI_Workflow --skill finishing-a-development-branchgit clone --depth 1 https://github.com/J-Pster/Psters_AI_WorkflowWrote this? Show the measurements
A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.
[](https://agentmods.dev/skills/j-pster/psters_ai_workflow/finishing-a-development-branch)<a href="https://agentmods.dev/skills/j-pster/psters_ai_workflow/finishing-a-development-branch"><img src="https://agentmods.dev/badge/skills/j-pster/psters_ai_workflow/finishing-a-development-branch/github.svg" alt="Measured on agentmods" height="20"></a>Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.
<a href="https://agentmods.dev/skills/j-pster/psters_ai_workflow/finishing-a-development-branch"><img src="https://agentmods.dev/badge/skills/j-pster/psters_ai_workflow/finishing-a-development-branch.svg" alt="Reviewed on agentmods" width="80" height="20"></a>What it costs to keep this loaded
Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.
| Model | Per session | Once invoked |
|---|---|---|
| Fable 5.1 | $0.00034 | $0.00238 |
| Opus 5 | $0.00017 | $0.00119 |
| Sonnet 5 | $0.00007 | $0.00048 |
| Haiku 4.5 | $0.00003 | $0.00024 |
Grade A, and why
finishing-a-development-branch scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 11d ago.
A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.
Nothing flagged
None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.
What it actually says
Finishing a Development Branch
Use this at the end of implementation to close work cleanly and avoid abandoned branches/worktrees.
Step 1: Verify before finish
Run relevant verification commands first (build/lint/repro command as applicable). Do not proceed with failing verification.
Step 2: Present exactly 4 options
- Merge locally into base branch
- Push and create PR
- Keep branch/worktree for later
- Discard branch/worktree
Step 3: Execute chosen path safely
- For merge/PR: ensure base branch context is correct.
- For discard: require explicit confirmation.
- Never force push unless explicitly requested.
Step 4: Worktree cleanup rules
- Merge/Discard: cleanup worktree.
- Keep/PR: keep worktree unless user asks to remove it.
Expected output
- Selected option
- Commands executed
- Current branch/worktree status
- Any follow-up action required
What this file has done since we first saw it
Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.
- 11d ago First seen · 38 lines · 34 tokens per session scan A 3529de310aab
finishing-a-development-branch is a skill published in the GitHub repository J-Pster/Psters_AI_Workflow (289 stars, last pushed 5mo ago), licensed MIT. It adds 34 tokens to every session and 238 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-08-30.
Other skills, from other repositories
flow-next-land
Autonomous PR babysitter tick. Fixes CI, resolves feedback, merges when converged, closes the spec, releases. Emits LANDVERDICT. Use when asked to land PRs.
flow-next-worktree-kit
Manage git worktrees (create/list/switch/cleanup) and copy .env files. Use for parallel feature work, isolated review, clean workspace, or when user mentions worktrees.
share-a-library
Use when a managed library is ready to publish to GitHub and hand to teammates as an install command. Run the GitHub publishing steps, then return the exact shareable install command.
development-workflow
Detailed development workflow with modular patterns for git, review, testing, and deployment.
ship-it
A GitHub workflow for finishing an implemented issue: commit the relevant changes, push a branch, create a pull request, merge it, and close the issue. GitHub is a service for hosting code and reviewing changes, and a pull request is a proposed change for review.
git-workflow
Git operations: commits, branches, PRs, and conflict resolution.