mirror of
https://github.com/catlog22/Claude-Code-Workflow.git
synced 2026-02-13 02:41:50 +08:00
Add parallel execution command templates and analysis prompts
- Introduced a comprehensive set of parallel execution command templates for various architectural and functional scenarios. - Added prompts for analyzing system architecture, implementation patterns, performance, code quality, security, and project structure. - Created templates for planning tasks, component implementation, migration strategies, and code reviews. - Established a unified guideline for Gemini CLI usage, including command syntax, file patterns, and template best practices. - Initialized VSCode settings file for project configuration.1
This commit is contained in:
@@ -105,15 +105,14 @@ The `/enhance-prompt` command is designed to run automatically when the system d
|
||||
|
||||
### 🛠️ **Gemini Integration Protocol (Internal)**
|
||||
|
||||
**Gemini Integration**: @~/.claude/workflows/gemini-cli-guidelines.md
|
||||
**Gemini Integration**: @~/.claude/workflows/gemini-unified.md
|
||||
|
||||
This section details how the system programmatically interacts with the Gemini CLI.
|
||||
- **Primary Tool**: All Gemini analysis is performed via direct calls to the `gemini` command-line tool (e.g., `gemini --all-files -p "..."`).
|
||||
- **Central Guidelines**: All CLI usage patterns, syntax, and context detection rules are defined in the central guidelines document:
|
||||
- **Specialized Templates**: For specific analysis types, the system references dedicated templates:
|
||||
- **Pattern/Architecture**: `gemini-core-templates.md`
|
||||
- **Security**: `gemini-core-templates.md` (for vulnerability scanning)
|
||||
- **Documentation**: `gemini-dms-templates.md`
|
||||
- **Template Selection**: For specific analysis types, the system references the template selection guide:
|
||||
- **All Templates**: `gemini-template-rules.md` - provides guidance on selecting appropriate templates
|
||||
- **Template Library**: `gemini-templates/` - contains actual prompt and command templates
|
||||
|
||||
### 📝 **Enhancement Examples**
|
||||
|
||||
|
||||
@@ -1,6 +1,5 @@
|
||||
---
|
||||
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"
|
||||
@@ -54,10 +53,8 @@ The command's intelligence is powered by a set of predefined templates for diffe
|
||||
|
||||
| Template Category | Purpose | Source Reference |
|
||||
| :-------------------- | :---------------------------------- | :------------------------------------------------ |
|
||||
| **Core Analysis** | Pattern, architecture, security, etc. | `@~/.claude/workflows/gemini-core-templates.md` |
|
||||
| **DMS Operations** | Documentation management | `@~/.claude/workflows/gemini-dms-templates.md` |
|
||||
| **Agent Workflows** | Agent-specific templates | `@~/.claude/workflows/gemini-agent-templates.md` |
|
||||
| **Intelligent Context** | Smart targeting & detection logic | `@~/.claude/workflows/gemini-intelligent-context.md` |
|
||||
| **Unified Guidelines** | All Gemini usage rules and templates | @~/.claude/workflows/gemini-unified.md |
|
||||
| **Template Library** | Actual prompt and command templates | @~/.claude/workflows/gemini-templates/ |
|
||||
|
||||
### 🧠 Smart File Targeting Logic
|
||||
|
||||
|
||||
Reference in New Issue
Block a user