mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-12 02:37:45 +08:00
refactor: Standardize command naming conventions and remove parent relationships
Updates all command files to use consistent naming without parent field: - Remove parent field from all command frontmatter - Standardize name field to use simple names instead of prefixed names - Fix usage patterns for brainstorm commands to use proper workflow namespace - Add new medium-project-update.sh script for batch updates 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
---
|
||||
name: gemini-analyze
|
||||
parent: /gemini
|
||||
name: analyze
|
||||
|
||||
description: Advanced Gemini CLI analysis with template-driven pattern detection and comprehensive codebase insights
|
||||
usage: /gemini:analyze <target>
|
||||
argument-hint: "analysis target or description"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
name: gemini-chat
|
||||
parent: /gemini
|
||||
name: chat
|
||||
|
||||
description: Simple Gemini CLI interaction command for direct codebase analysis
|
||||
usage: /gemini:chat "inquiry"
|
||||
argument-hint: "your question or analysis request"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
name: bug-fix
|
||||
parent: /gemini/chat
|
||||
|
||||
description: Bug analysis and fix suggestions using specialized template
|
||||
usage: /gemini:chat:bug-fix "bug description"
|
||||
argument-hint: "description of the bug or error you're experiencing"
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
---
|
||||
name: plan
|
||||
parent: /gemini/chat
|
||||
description: Project planning and architecture analysis using specialized template
|
||||
usage: /gemini:chat:plan "planning topic"
|
||||
argument-hint: "planning topic or architectural challenge to analyze"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
---
|
||||
name: gemini-execute
|
||||
parent: /gemini
|
||||
name: execute
|
||||
|
||||
description: Intelligent context inference executor with auto-approval capabilities, supporting user descriptions and task ID execution modes
|
||||
usage: /gemini:execute <description|task-id>
|
||||
argument-hint: "implementation description or task-id"
|
||||
|
||||
Reference in New Issue
Block a user