بنقرة واحدة
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.