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.