checker
Runs the same CI checks as the GitHub CI workflow locally. Use this skill before pushing commits to verify the code passes all CI checks.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Runs the same CI checks as the GitHub CI workflow locally. Use this skill before pushing commits to verify the code passes all CI checks.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Creates a git tag to trigger the release workflow. The release workflow builds binaries and creates a GitHub Release. This skill also publishes to crates.io.
Run maintenance.sh, automatically apply fixes on a new branch, and create a PR
Stages, commits, and pushes changes to git. Runs cargo fmt before staging to ensure code is properly formatted. Creates a branch if on main and creates a PR if none exists.
| name | checker |
| description | Runs the same CI checks as the GitHub CI workflow locally. Use this skill before pushing commits to verify the code passes all CI checks. |
This skill runs the same checks as the GitHub CI workflow.
Reads the GitHub CI workflow file and executes exactly the same checks locally.
Use this skill before pushing commits to verify the code passes all CI checks locally.
When this skill is invoked, perform the following steps:
Read .github/workflows/ci.yaml to identify the checks to run.
Run exactly the same commands defined in the workflow file.
If any check fails, fix the issues and rerun until all checks pass.