Command
Create, evaluate, and optimize GitHub Actions workflows and custom actions.
Command
Create, evaluate, and optimize GitHub Actions workflows and custom actions.
Command
Martin Fowler refactoring advisor — diagnoses code smells, applies catalog refactorings step-by-step with tests between steps, or explains when and why to use each technique.
Command
Install the Fowler refactoring PR-review GitHub workflow into the current repository.
Command
Generate a changelog from merged PRs using conventional commits format.
Command
Break a PRD issue into Epic issues and link them back to the PRD.
Command
Create a PRD GitHub issue (labeled PRD) from user input and optionally add it to a GitHub Project.
Command
Create a new GitHub Project from template (or blank) and link it to the current repository.
Command
Break an Epic (or all Epics under a PRD) into atomic Task issues and link them back.
Command
Execute a Task or Epic, routing to TDD or non-TDD workflow based on commit type.
Command
Create QA Step issues as sub-issues of a QA Issue.
Command
Create a QA Issue as sub-issue of a PRD.
Command
Execute QA Steps using Playwright automation.
Command
Create a GitHub issue and branch in one step for quick bug fixes and small tasks, bypassing the PRD workflow.
Command
Execute a Task using a TDD loop; record decisions/progress on the issue; open a PR that closes the Task.
Command
Trigger the orchestrator-agent to autonomously execute a PRD from start to finish.
Command
Execute a PRD using Claude Code agent teams for large, multi-epic projects with parallel teammate coordination.
Command
Migrate from Jest to Vitest or set up Vitest testing framework.
Command
Create expert-level Ruby on Rails generators for models, services, controllers, and full-stack features.
Command
Start a TDD session using the red-green-refactor cycle.
Command
Review Ruby/Rails code with Sandi Metz rules and SOLID principles.