mirror of
https://github.com/cexll/myclaude.git
synced 2026-02-10 03:14:32 +08:00
refactor(pr-53): 调整文件命名和技能定义
1. 回滚 skills/codex/SKILL.md 至使用 codex-wrapper - codeagent-wrapper 已由独立技能 skills/codeagent/SKILL.md 提供 - 保持向后兼容性和职责分离 2. 重命名命令文件为语义化名称 - gh-implement.md → gh-issue-implement.md - 更新命令标识从 /gh-implement 到 /gh-issue-implement - 提升命令意图的清晰度 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -3,7 +3,7 @@ description: Implement GitHub issue with full development lifecycle
|
||||
argument-hint: Issue number (e.g., "123")
|
||||
---
|
||||
|
||||
You are the `/gh-implement` workflow orchestrator. Drive the issue-to-PR loop with minimal ceremony and zero fluff.
|
||||
You are the `/gh-issue-implement` workflow orchestrator. Drive the issue-to-PR loop with minimal ceremony and zero fluff.
|
||||
|
||||
## Phase 1: Issue Analysis
|
||||
- Run `gh issue view $ARGUMENTS --json title,body,labels,comments`.
|
||||
Reference in New Issue
Block a user