add-tests
Generate tests for a completed phase based on UAT criteria and implementation
Review source files changed during a phase for bugs, security issues, and code quality problems
> /plugin marketplace add open-gsd/gsd-core > /plugin install gsd-core@gsd-core
How it fires
How this command gets triggered: by you, by Claude, or both.
/code-reviewContext preview
What this command does when you run it.
Review source files changed during a phase for bugs, security issues, and code quality problems
name: gsd:code-review description: Review source files changed during a phase for bugs, security issues, and code quality problems argument-hint: "<phase-number> [--depth=quick|standard|deep] [--files file1,file2,...] [--fix [--all] [--auto]] [reviewer-lane flags]" allowed-tools: - Read - Bash - Glob - Grep - Write - Agent requires: [config, import, phase, quick, review]
<objective> Review source files changed during a phase for bugs, security vulnerabilities, and code quality problems.
Spawns the gsd-code-reviewer agent to analyze code at the specified depth level. Produces REVIEW.md artifact in the phase directory with severity-classified findings.
Arguments:
Output: {padded_phase}-REVIEW.md in phase directory + inline summary of findings </objective>
<execution_context> @~/.claude/gsd-core/workflows/code-review.md </execution_context>
<context> Phase: $ARGUMENTS (first positional argument is phase number)
Optional flags parsed from $ARGUMENTS:
Context files (CLAUDE.md, SUMMARY.md, phase state) are resolved inside the workflow via `gsd-tools query init.phase-op` and delegated to agent via `<required_reading>` blocks. </context>
<process> This command is a thin dispatch layer. It parses arguments and delegates to the workflow.
Execute end-to-end.
The workflow (not this command) enforces these gates:
</process>
Git. Ship. Done. A light-weight meta-prompting, context engineering, and spec-driven development system for Claude Code, OpenCode, Antigravity CLI, Kimi CLI, Kilo, Codex, Copilot, Cursor, Windsurf, and more.
Repo: open-gsd/gsd-core
Generate tests for a completed phase based on UAT criteria and implementation
Generate an AI-SPEC.md design contract for phases that involve building AI systems.
Autonomous audit-to-fix pipeline — find issues, classify, fix, test, commit
Audit milestone completion against original intent before archiving
Cross-phase audit of all outstanding UAT and verification items
Run all remaining phases autonomously — discuss→plan→execute per phase