- 8 skills
- 0 followers
- 2 days ago last updated
- ▌ Git Commit · victorhueniExecute git commit with conventional commit message analysis, intelligent staging, and message generation. Use when user asks to commit changes, create a git commit, or mentions "/commit". Supports: (1) Auto-detecting type and scope from changes, (2) Generating conventional commit messages from diff, (3) Interactive commit with optional type/scope/description overrides, (4) Intelligent file staging for logical grouping
- ▌ Git Worktrees · victorhueniUse when starting feature work that needs isolation from current workspace or before executing implementation plans - creates isolated git worktrees with smart directory selection and safety verification
- ▌ Git Pr Creator · victorhueniUse this skill when asked to create a pull request (PR). It ensures all PRs follow the repository's established templates and standards.
- ▌ Spec Adr Manager · victorhueni bundleCreate, review, and update Architecture Decision Records (ADRs) using MADR 4.x conventions and repository ADR patterns. Use when asked to document an architecture/technical decision, compare options with rationale, supersede an older ADR, or improve ADR quality.
- ▌ Spec Prd Creator · victorhueni bundleGenerate a Product Requirements Document (PRD) for a new feature. Use when planning a feature, starting a new project, or when asked to create a PRD. Triggers on: create a prd, write prd for, plan this feature, requirements for, spec out.
- ▌ Ralph Loop Runner · victorhueni bundleExecute an implementation plan autonomously using the Ralph Loop protocol. Iterates through increments one at a time: implement, test, commit, repeat. Use when asked to 'run the ralph loop', 'execute this plan', or 'start autonomous execution'.
- ▌ Spec Peer Reviewer · victorhueniCritically review PRDs and implementation plans to identify gaps, blind spots, contradictions, and delivery risks before coding begins. Use when asked to review product docs, technical specs, implementation plans, migration/deletion plans, acceptance criteria, or rollout strategy; produce ranked findings by severity (critical, major, normal, low) with concrete remediation and exact document updates.
- ▌ Spec Implementation Planner · victorhueniCreate a small-step, testable implementation roadmap from a PRD or feature request. Use when asked to "create an implementation plan", "write a roadmap", or "plan this feature" following the project's atomic increment standard.