Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:26:23 +08:00
commit 3dd0702fa2
9 changed files with 957 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
---
description: Process CodeRabbit AI feedback from current PR with severity-based classification and mandatory completion workflow
---
Launch the `coderabbit-feedback` agent to process CodeRabbit AI review comments from the current PR.

View File

@@ -0,0 +1,17 @@
---
description: Execute peer LLM reviews with specified CLI tools using the consulting-peer-llms skill
model: claude-sonnet-4-5
---
Use the consulting-peer-llms skill to execute peer LLM reviews.
**Arguments:**
- Optional: Specify one or more CLI tools to use (e.g., `gemini`, `codex`, `claude`)
- If no arguments provided: Auto-detect and use all installed CLI tools
**Examples:**
- `/consulting-peer-llms:review gemini` - Review with Gemini only
- `/consulting-peer-llms:review gemini codex` - Review with Gemini and Codex
- `/consulting-peer-llms:review` - Review with all installed CLIs
Execute the review workflow from the skill with the specified CLI arguments.

8
commands/git/commit.md Normal file
View File

@@ -0,0 +1,8 @@
---
description: Create a git commit using the managing-git-workflow skill
model: claude-haiku-4-5
---
Use the managing-git-workflow skill to create a git commit with Korean commit messages and automatic ticket extraction.
Execute the commit workflow from the skill.

8
commands/git/pr.md Normal file
View File

@@ -0,0 +1,8 @@
---
description: Create a pull request using the managing-git-workflow skill
model: claude-haiku-4-5
---
Use the managing-git-workflow skill to create a pull request with automatic push and commit if needed.
Execute the PR workflow from the skill.

8
commands/git/push.md Normal file
View File

@@ -0,0 +1,8 @@
---
description: Push changes to remote using the managing-git-workflow skill
model: claude-haiku-4-5
---
Use the managing-git-workflow skill to push changes to remote repository with automatic commit if there are uncommitted changes.
Execute the push workflow from the skill.