一键导入
commit
Stage and commit changes following Conventional Commits. Use when ready to commit — do not invoke automatically.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Stage and commit changes following Conventional Commits. Use when ready to commit — do not invoke automatically.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
Turn a feature idea into a mission brief for autonomous execution. Explores the existing codebase, identifies affected files, surfaces architecture decisions, and generates a filled-in mission brief. Accepts a feature description as $ARGUMENTS.
Run a Claude Code mission brief or task prompt inside an isolated Docker container with --dangerously-skip-permissions. Retrieves secrets from macOS Keychain, assembles a task-specific Dockerfile, mounts ~/.claude/ read-only, and uses a persistent named volume for resumability. Usage: /sandbox [session-name] [repo-url] [task-prompt or brief-path]
Strategic self-review of the ~/.claude configuration repo. Researches new Claude Code features and Anthropic best practices, audits skills, rules, agents, hooks, and settings for gaps and contradictions, then produces a prioritized improvement report and task file. Run this periodically (e.g., after major Anthropic releases) to keep the configuration current with the ecosystem.
Fix a failing test, build error, or runtime error. Takes an error message, failing test name, or file:line as $ARGUMENTS. Loops debugger → language agent → test runner until green or 5 iterations exhausted. Escalates to user if it cannot converge.
Comprehensive PDF manipulation toolkit for extracting text and tables, creating new PDFs, merging/splitting documents, and handling forms. When Claude needs to fill in a PDF form or programmatically process, generate, or analyze PDF documents at scale.
Plan and instrument PostHog analytics into a Cloudflare Workers + Neon + React/Vite project — produces a reviewed event plan, then wires backend captureEvent calls and a consent-gated frontend AnalyticsContext.
基于 SOC 职业分类
| name | commit |
| description | Stage and commit changes following Conventional Commits. Use when ready to commit — do not invoke automatically. |
| disable-model-invocation | true |
| allowed-tools | Bash |
Stage and commit changes following Conventional Commits.
git status to see what's changed. If nothing is staged or modified, stop and report.git diff --stat HEAD to understand the scope of changes.<type>(<scope>): <description> — lowercase, no trailing periodfeat, fix, chore, refactor, test, docs, style, perf, cigit add (specific files, not -A). Do not stage .env, credentials, or secrets.git commit -m "$(cat <<'EOF'
<subject line>
<optional body, wrapped at 80 chars>
EOF
)"
git status to confirm the commit succeeded.--no-verify.env, credentials, or binary blobs