智能代码提交技能 - 分析变更并生成规范提交信息。 当用户说"提交代码"、"commit"、"生成提交信息"、"帮我commit"、"写commit message"、"检查提交质量"时使用此技能。 支持分析代码变更、自动识别提交类型(feat/fix/docs/refactor等)、生成符合 Conventional Commits 规范的提交信息、执行质量检查。 重要特性:绝不添加任何 AI 工具标识(如 Co-Authored-By AI),保持提交历史专业和干净。
GitHub operations via `gh` CLI: issues, PRs, CI runs, code review, API queries. Use when: (1) checking PR status or CI, (2) creating/commenting on issues, (3) listing/filtering PRs or issues, (4) viewing run logs. NOT for: complex web UI interactions requiring manual browser flows (use browser tooling when available), bulk operations across many repos (script with gh api), or when gh auth is not configured.
Delegate coding tasks to Codex, Claude Code, or Pi agents via background process. Use when: (1) building/creating new features or apps, (2) reviewing PRs (spawn in temp dir), (3) refactoring large codebases, (4) iterative coding that needs file exploration. NOT for: simple one-liner fixes (just edit), reading code (use read tool), thread-bound ACP harness requests in chat (for example spawn/run Codex or Claude Code in a Discord thread; use sessions_spawn with runtime:"acp"), or any work in ~/clawd workspace (never spawn agents here). Claude Code: use --print --permission-mode bypassPermissions (no PTY). Codex/Pi/OpenCode: pty:true required.
Use when you have lint errors, formatting issues, or before committing code to ensure it passes CI.
Generate or update chat customization files for AI coding agents
Automatically extract reusable patterns from Claude Code sessions and save them as learned skills for future use.
Spring Boot项目验证循环:构建、静态分析、测试覆盖、安全扫描,以及发布或PR前的差异审查。