一键导入
github-ci-guardrails
Validate merge readiness with atomic commits and GitHub Actions checks using gh CLI; use for pre-merge verification and CI truth validation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
菜单
Validate merge readiness with atomic commits and GitHub Actions checks using gh CLI; use for pre-merge verification and CI truth validation.
用 Codex 或 Claude 帮你安装 复制这段 Prompt,粘贴到 Codex、Claude 或其他助手里,让它检查 Skill 页面并帮你完成安装。
基于 SOC 职业分类
GOAP-based orchestrator for managing GitHub issues, creating action plans, and executing workspace operations with branch/PR workflow.
Configure and troubleshoot npm OIDC Trusted Publishing for GitHub Actions. Use when npm publish fails with E404, OIDC errors, or provenance issues.
GitHub release management, crates.io trusted publishing, npm provenance, and GitHub Pages documentation. Use when creating releases, publishing packages, or deploying docs.
Git commit conventions, validation gates, and CI/CD workflows. Use when committing changes, verifying gates, or working with GitHub Actions.
Apply TRIZ inventive principles to solve problems that seem to have no good solution. Use after triz-analysis has identified contradictions.
Implement or refactor Rust in this repository. Use when writing new modules, modifying existing source files, or adding features to the chaotic_semantic_memory crate.
| name | github-ci-guardrails |
| description | Validate merge readiness with atomic commits and GitHub Actions checks using gh CLI; use for pre-merge verification and CI truth validation. |
references/local-gates.md.npx commitlint --from origin/main --to HEAD --verbosereferences/gh-ci-truth.md.references/ci-pitfalls-pr-triage.md (commitlint scope, mutation surface,
clippy duplicated_attributes, Jules force-push regression).gh pr checks shows no failures.MUTATION_THRESHOLD).import_json -> Ok(1) survives a
test that only imports one concept).select_nth_unstable_by(k):
test the len == k path so > → >= panics and is caught.run_query -> Ok(())) are usually unkillable under
--lib-only mutation CI; prefer exclude in scripts/mutation_test.sh with a
one-line rationale, not path-excluding whole production modules.git fetch origin main
git diff --stat origin/main...HEAD # unexpected reverts?
npx commitlint --from origin/main --to HEAD --verbose
gh pr checks <n>