Skip to content
Open
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
2 changes: 1 addition & 1 deletion .claude/skills/dev-debug/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: dev-debug
description: Debug an issue by identifying root causes, fixing the most probable one, testing, and committing. Use with "/dev-debug <description of the issue>".
disable-model-invocation: true
argument-hint: [issue description]
argument-hint: "[issue description]"
---

# Debug Workflow
Expand Down
2 changes: 1 addition & 1 deletion .claude/skills/dev/SKILL.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: dev
description: Full feature development workflow. Explores codebase, designs, writes PRD, implements, reviews, fixes, and creates PR. Use with "/dev <feature description>".
disable-model-invocation: true
argument-hint: [feature description]
argument-hint: "[feature description]"
---

# Dev Workflow — Orchestrator
Expand Down
2 changes: 1 addition & 1 deletion .claude/skills/dev1-start/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: dev1-start
description: Start a new feature development. Does a high-level exploration of the codebase to understand the stack and project layout, then kicks off the design phase. Sub-skill of the /dev workflow.
argument-hint: [feature description]
argument-hint: "[feature description]"
---

# Dev Workflow — Step 1: Start & Explore
Expand Down
2 changes: 1 addition & 1 deletion .claude/skills/dev2-design/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: dev2-design
description: Generate high-level design options for a feature. Presents 2-4 design alternatives with pros and cons. Sub-skill of the /dev workflow.
argument-hint: [feature_name]
argument-hint: "[feature_name]"
---

# Dev Workflow — Step 2: Design Options
Expand Down
2 changes: 1 addition & 1 deletion .claude/skills/dev3-prd/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: dev3-prd
description: Generate questions, clarify unknowns, then write a PRD using pyramid principles. Sub-skill of the /dev workflow.
argument-hint: [feature_name]
argument-hint: "[feature_name]"
---

# Dev Workflow — Step 3: Questions & PRD
Expand Down
2 changes: 1 addition & 1 deletion .claude/skills/dev4-implement/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: dev4-implement
description: Implement a feature from its PRD. Creates a work tree if needed, writes clean code following Google-level standards, and tests iteratively. Sub-skill of the /dev workflow.
argument-hint: [feature_name]
argument-hint: "[feature_name]"
---

# Dev Workflow — Step 4: Implement
Expand Down
2 changes: 1 addition & 1 deletion .claude/skills/dev5-review/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: dev5-review
description: Review implemented code for quality, correctness, and style. Produces review comments and creates a commit. Sub-skill of the /dev workflow.
argument-hint: [feature_name]
argument-hint: "[feature_name]"
---

# Dev Workflow — Step 5: Code Review
Expand Down
2 changes: 1 addition & 1 deletion .claude/skills/dev6-review-fix/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: dev6-review-fix
description: Apply fixes for review comments from dev5-review and commit. Sub-skill of the /dev workflow.
argument-hint: [feature_name]
argument-hint: "[feature_name]"
---

# Dev Workflow — Step 6: Fix Review Comments
Expand Down
2 changes: 1 addition & 1 deletion .claude/skills/dev7-pr/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
name: dev7-pr
description: Create a PR, push to GitHub, wait for Greptile review, address comments, and push final. Sub-skill of the /dev workflow.
argument-hint: [feature_name]
argument-hint: "[feature_name]"
---

# Dev Workflow — Step 7: PR & External Review
Expand Down
Loading