Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions docs/commands/core.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,46 +4,46 @@

Restate requirements, assess risks, and create step-by-step implementation plan. WAIT for user CONFIRM before touching any code.

[Source Definition](../../gemini/commands/plan.md)
[Source Definition](../../commands/plan.md)

---

## /tdd

Enforce test-driven development workflow. Scaffold interfaces, generate tests FIRST, then implement minimal code to pass. Ensure 80%+ coverage.

[Source Definition](../../gemini/commands/tdd.md)
[Source Definition](../../commands/tdd.md)

---

## /code-review

Comprehensive security and quality review of uncommitted changes:

[Source Definition](../../gemini/commands/code-review.md)
[Source Definition](../../commands/code-review.md)

---

## /build-fix

Incrementally fix TypeScript and build errors:

[Source Definition](../../gemini/commands/build-fix.md)
[Source Definition](../../commands/build-fix.md)

---

## /refactor-clean

Safely identify and remove dead code with test verification:

[Source Definition](../../gemini/commands/refactor-clean.md)
[Source Definition](../../commands/refactor-clean.md)

---

## /e2e

Generate and run end-to-end tests with Playwright. Creates test journeys, runs tests, captures screenshots/videos/traces, and uploads artifacts.

[Source Definition](../../gemini/commands/e2e.md)
[Source Definition](../../commands/e2e.md)

---
8 changes: 4 additions & 4 deletions docs/commands/language-specific.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,30 +4,30 @@

Fix Go build errors, go vet warnings, and linter issues incrementally. Invokes the go-build-resolver agent for minimal, surgical fixes.

[Source Definition](../../gemini/commands/go-build.md)
[Source Definition](../../commands/go-build.md)

---

## /go-review

Comprehensive Go code review for idiomatic patterns, concurrency safety, error handling, and security. Invokes the go-reviewer agent.

[Source Definition](../../gemini/commands/go-review.md)
[Source Definition](../../commands/go-review.md)

---

## /go-test

Enforce TDD workflow for Go. Write table-driven tests first, then implement. Verify 80%+ coverage with go test -cover.

[Source Definition](../../gemini/commands/go-test.md)
[Source Definition](../../commands/go-test.md)

---

## /python-review

Comprehensive Python code review for PEP 8 compliance, type hints, security, and Pythonic idioms. Invokes the python-reviewer agent.

[Source Definition](../../gemini/commands/python-review.md)
[Source Definition](../../commands/python-review.md)

---
12 changes: 6 additions & 6 deletions docs/commands/learning-evolution.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,46 +4,46 @@

Analyze the current session and extract any patterns worth saving as skills.

[Source Definition](../../gemini/commands/learn.md)
[Source Definition](../../commands/learn.md)

---

## /skill-create

Analyze local git history to extract coding patterns and generate SKILL.md files. Local version of the Skill Creator GitHub App.

[Source Definition](../../gemini/commands/skill-create.md)
[Source Definition](../../commands/skill-create.md)

---

## /evolve

Cluster related instincts into skills, commands, or agents

[Source Definition](../../gemini/commands/evolve.md)
[Source Definition](../../commands/evolve.md)

---

## /instinct-import

Import instincts from teammates, Skill Creator, or other sources

[Source Definition](../../gemini/commands/instinct-import.md)
[Source Definition](../../commands/instinct-import.md)

---

## /instinct-export

Export instincts for sharing with teammates or other projects

[Source Definition](../../gemini/commands/instinct-export.md)
[Source Definition](../../commands/instinct-export.md)

---

## /instinct-status

Show all learned instincts with their confidence levels

[Source Definition](../../gemini/commands/instinct-status.md)
[Source Definition](../../commands/instinct-status.md)

---
14 changes: 7 additions & 7 deletions docs/commands/multi-agent.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,54 +4,54 @@

Multi-model collaborative planning - Context retrieval + Dual-model analysis → Generate step-by-step implementation plan.

[Source Definition](../../gemini/commands/multi-plan.md)
[Source Definition](../../commands/multi-plan.md)

---

## /multi-execute

Multi-model collaborative execution - Get prototype from plan → Gemini refactors and implements → Multi-model audit and delivery.

[Source Definition](../../gemini/commands/multi-execute.md)
[Source Definition](../../commands/multi-execute.md)

---

## /multi-backend

Backend-focused workflow (Research → Ideation → Plan → Execute → Optimize → Review), Codex-led.

[Source Definition](../../gemini/commands/multi-backend.md)
[Source Definition](../../commands/multi-backend.md)

---

## /multi-frontend

Frontend-focused workflow (Research → Ideation → Plan → Execute → Optimize → Review), Gemini-led.

[Source Definition](../../gemini/commands/multi-frontend.md)
[Source Definition](../../commands/multi-frontend.md)

---

## /multi-workflow

Multi-model collaborative development workflow (Research → Ideation → Plan → Execute → Optimize → Review), with intelligent routing: Frontend → Gemini, Backend → Codex.

[Source Definition](../../gemini/commands/multi-workflow.md)
[Source Definition](../../commands/multi-workflow.md)

---

## /orchestrate

Sequential agent workflow for complex tasks.

[Source Definition](../../gemini/commands/orchestrate.md)
[Source Definition](../../commands/orchestrate.md)

---

## /pm2

Auto-analyze project and generate PM2 service commands.

[Source Definition](../../gemini/commands/pm2.md)
[Source Definition](../../commands/pm2.md)

---
14 changes: 7 additions & 7 deletions docs/commands/utilities.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,54 +4,54 @@

Configure your preferred package manager (npm/pnpm/yarn/bun)

[Source Definition](../../gemini/commands/setup-pm.md)
[Source Definition](../../commands/setup-pm.md)

---

## /update-docs

Sync documentation from source-of-truth:

[Source Definition](../../gemini/commands/update-docs.md)
[Source Definition](../../commands/update-docs.md)

---

## /update-codemaps

Analyze the codebase structure and update architecture documentation:

[Source Definition](../../gemini/commands/update-codemaps.md)
[Source Definition](../../commands/update-codemaps.md)

---

## /verify

Run comprehensive verification on current codebase state.

[Source Definition](../../gemini/commands/verify.md)
[Source Definition](../../commands/verify.md)

---

## /checkpoint

Create or verify a checkpoint in your workflow.

[Source Definition](../../gemini/commands/checkpoint.md)
[Source Definition](../../commands/checkpoint.md)

---

## /eval

Manage eval-driven development workflow.

[Source Definition](../../gemini/commands/eval.md)
[Source Definition](../../commands/eval.md)

---

## /sessions

Manage Gemini CLI session history - list, load, alias, and edit sessions stored in `~/.gemini/sessions/`.

[Source Definition](../../gemini/commands/sessions.md)
[Source Definition](../../commands/sessions.md)

---
Loading