원클릭으로
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.