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
8 changes: 4 additions & 4 deletions code_review_graph/skills.py
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ def install_platform_configs(

_SKILLS: dict[str, dict[str, str]] = {
"explore-codebase.md": {
"name": "Explore Codebase",
"name": "explore-codebase",
"description": "Navigate and understand codebase structure using the knowledge graph",
"body": (
"## Explore Codebase\n\n"
Expand Down Expand Up @@ -424,7 +424,7 @@ def install_platform_configs(
),
},
"review-changes.md": {
"name": "Review Changes",
"name": "review-changes",
"description": "Perform a structured code review using change detection and impact",
"body": (
"## Review Changes\n\n"
Expand Down Expand Up @@ -452,7 +452,7 @@ def install_platform_configs(
),
},
"debug-issue.md": {
"name": "Debug Issue",
"name": "debug-issue",
"description": "Systematically debug issues using graph-powered code navigation",
"body": (
"## Debug Issue\n\n"
Expand All @@ -478,7 +478,7 @@ def install_platform_configs(
),
},
"refactor-safely.md": {
"name": "Refactor Safely",
"name": "refactor-safely",
"description": "Plan and execute safe refactoring using dependency analysis",
"body": (
"## Refactor Safely\n\n"
Expand Down
2 changes: 1 addition & 1 deletion skills/debug-issue/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Debug Issue
name: debug-issue
description: Systematically debug issues using graph-powered code navigation
---

Expand Down
2 changes: 1 addition & 1 deletion skills/explore-codebase/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Explore Codebase
name: explore-codebase
description: Navigate and understand codebase structure using the knowledge graph
---

Expand Down
2 changes: 1 addition & 1 deletion skills/refactor-safely/SKILL.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: Refactor Safely
name: refactor-safely
description: Plan and execute safe refactoring using dependency analysis
---

Expand Down