run-backend
25Skill Claude Code
Run the backend application. Use when user wants to start the backend server or mentions /run-backend command.
Skill Claude Code
Run the backend application. Use when user wants to start the backend server or mentions /run-backend command.
Skill Claude Code
Start the frontend dev server. Use when user wants to start the frontend or mentions /run-frontend command.
Skill Claude Code
Stop the running backend application. Use when user wants to stop the backend server or mentions /stop-backend command.
Skill Claude Code
Add a new story to the Backlog table in ProductSpecification/stories.md. Use when the user wants to add, register, or backlog a story, or mentions the /story command.
Skill Claude Code
Create a behavior-change, bugfix, refactor, infra, general, or QA task with spec and progress tracking. Use when the user wants to create a task or mentions /task.
Skill Claude Code
Run acceptance tests (backend API, frontend UI, or load suite). Use when user wants to run E2E acceptance tests or mentions /test-acceptance command.
Skill Claude Code
Run adapter module tests. First argument is adapter name (matches directory under backend/adapters/). Use when user wants to run adapter tests or mentions /test-adapter command.
Skill Claude Code
Run all tests - unit tests in parallel, then acceptance tests with backend. Use when user wants to run the full test suite or mentions /test-all command.
Skill Claude Code
Run tests with coverage and report uncovered lines/branches per class. Use when user wants to check test coverage, find untested code, identify coverage gaps, or mentions /test-coverage command. Also use after green phases to verify new code is well-covered.
Skill Claude Code
Run frontend tests. Use when user wants to run frontend unit tests or mentions /test-frontend command.
Skill Claude Code
Review tests for strict assertions and complete omitted validation. Use when the user wants to improve test assertions or mentions /test-review.
Skill Claude Code
Generate BDD test specifications for story in 6 categories (API, UI, Load, Infrastructure, Security, Integration). Use when user wants to create test cases or mentions /test-spec command.
Skill Claude Code
Run use-case module tests quickly. Use when user wants to run use-case tests or mentions /test-usecase command.
At most 3 mods per repository are shown here, and a mod shipped inside a plugin is left to that plugin's page — the rest are on their repository pages: