ワンクリックで
project-verify-required-checks
Run the full nils-cli CI/parity checks from DEVELOPMENT.md.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
メニュー
Run the full nils-cli CI/parity checks from DEVELOPMENT.md.
Codex または Claude でインストール この Prompt をコピーして Codex、Claude、または他のアシスタントに貼り付けると、Skill ページを確認してインストールできます。
SOC 職業分類に基づく
Bump CLI versions, tag a release, and bump the homebrew-tap formula end-to-end.
Fix a dependabot bump PR whose CI fails because THIRD_PARTY_LICENSES.md / THIRD_PARTY_NOTICES.md drifted, then wait for CI green and merge.
Find and implement high-value test/stability/shared-foundation refactors across crates, then deliver through the current GitHub PR workflow.
Plan and implement new CLI crates by following repository standards for parity, JSON contracts, and publish readiness.
Publish one, many, or all workspace crates to crates.io through GitHub workflow dispatch with run reporting.
Build release binaries and install them into ~/.local/nils-cli/bin.
| name | project-verify-required-checks |
| description | Run the full nils-cli CI/parity checks from DEVELOPMENT.md. |
Prereqs:
nils-cli git work tree (the script resolves the repo root via git).DEVELOPMENT.md.Inputs:
--docs-only (documentation-only fast path).Outputs:
DEVELOPMENT.md.--docs-only mode, runs only the documentation checks defined there.Exit codes:
0: all checks passed1: a check failed2: usage error (invalid arguments) or missing prerequisitesFailure modes:
PATH..agents/skills/project-verify-required-checks/scripts/project-verify-required-checks.shbash scripts/ci/nils-cli-checks-entrypoint.sh --local-fast.README.md / docs/** / *.md only), prefer:
bash scripts/ci/nils-cli-checks-entrypoint.sh --docs-only0.Claude Code's /pre-pr slash command covers the default local intent via
<repo>/.agents/scripts/pre-pr.sh, which runs
scripts/ci/nils-cli-checks-entrypoint.sh --local-fast by default. Use
/pre-pr --full or this skill's script directly only for local CI parity; use
/pre-pr --with-coverage when local coverage evidence is explicitly needed.
See claude-kit's docs/dispatcher-commands.md for the multi-CLI mirror
rule behind this pairing.