ワンクリックで
build
Verify that all packages compile successfully
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Verify that all packages compile successfully
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
| name | build |
| description | Verify that all packages compile successfully |
Compile all Rust packages to catch import or syntax errors fast.
Run the build command for all binaries:
cargo build --bins
If you need to build specific bot binaries to verify them individually:
for bot in bluebot bunkbot covabot djcova ratbot; do
cargo build --bin $bot || echo "BROKEN: $bot"
done
Report the outcome.
Evaluate the CI/CD pipeline on the PR, check for failures, and fix any issues.
Analyzes the current branch/PR and adds comprehensive, well-formatted structured logging and spans for observability.
Review PR comments, categorize them into critical/nitpicks, fix user-selected ones, and close resolved comments.
Create a PR using the current branch. Generates a PR description, commits changes, and pushes.
Mandatory rules for general git use in this repository. Follow these constraints before starting work, committing, or pushing.
Feature developer and task runner. Start a new task on a fresh branch, orchestrate worktrees, do the implementation work, and open a PR when done.