
from code-virtuoso17
A step-by-step playbook to verify, review, choose an integration strategy, write PR messages, push, and clean up when finishing a development branch.
Provides an end-to-end playbook for wrapping up a development branch: sanity checks, pre-push verification (lint/type/test/build), diff self-review, selecting integration strategy (PR, merge, squash, rebase), composing PR/merge messages, pushing/creating PRs, and cleanup/recovery steps. Includes templates, checklists, and recommended commands.
Use when implementation is complete and the branch is ready to be merged or landed — e.g., before opening a PR, when deciding between rebase vs squash, when cleaning up worktrees, or when recovering from a misstep like an accidental force-push.
references/ folder with pre-push checks, integration strategies, PR templates, cleanup and recovery guides.Designed for agents that interface with git and CLI helpers (Cursor, Claude Code, Copilot-style assistants) and that can call out to gh/git in host environments or provide guidance to developers.
A well-structured playbook for finishing a development branch, covering verification, diff review, integration strategy selection, PR message writing, push/PR creation, and cleanup. No scripts bundled — purely instructional. The SKILL.md is thorough with clear phases, checklists, and recovery guidance. References to external skill files (pre-push-checks, integration-strategies, etc.) are well-organized but could not be verified as present.
Clean, instructional skill with no security concerns. No shell injection, no credential exposure, no network calls. The skill references other skills (pr-message-writer, code-review-excellence, worktree-*) which is good modularity. One minor note: the grep for secrets in the diff review phase is a good practice. The Bitbucket API example uses curl with placeholder values, no real credentials.
Frontend Developer (role)
Implements UI components and frontend architecture: responsive layouts, accessibility, state management, API integration, and frontend tests.
Agent Creator
Interactive guided tool that helps design focused sub-agents (specialist, role, or team-lead) with correct frontmatter, tool permissions, and system prompts.