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 页面并帮你完成安装。
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.