ingpoc/skills

verify

Dispatch repository verification through the narrowest declared validation owner and return one evidence-backed readiness verdict.

First seen Jun 15, 2026

Installation

$ npx skills add ingpoc/skills --skill verify

Summary

  • Dispatch repository verification through the narrowest declared validation owner and return one evidence-backed readiness verdict.
  • Use when the operator asks to verify a build, run quality checks, validate current changes, or decide whether work is ready.
  • Do not invent generic commands when AGENTS.md, package scripts, a phase gate, or a specialist skill already owns validation.

Similar popular skills

Related neighbors and high-traction skills in the same topics — useful to compare before installing.

Also in this package

Other skills from ingpoc/skills · top by installs.

npx skills add ingpoc/skills

Browse all from ingpoc/skills

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Not declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

Stars 9
Default branch main
Open issues 0
Status Active

Skill metadata

Parsed from SKILL.md frontmatter.

Allowed toolsBash Read

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 1,702 B
  • docs SUMMARY.md 394 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 2 installs

SKILL.md

Verify

This skill coordinates verification; it does not own project-specific commands.

Procedure

  1. Read the narrowest applicable AGENTS.md validation section and any route it explicitly names.
  2. Prefer, in order: a repo-declared phase gate, a repo validation script, package-manager scripts, then a narrowly inferred command only when no owner exists.
  3. Run the smallest gate that covers the changed surface. Expand only after a failure or when the operator requests full verification.
  4. Capture the command, exit status, relevant counts, and first actionable failure. Do not dump full logs.
  5. For rendered UI, deployment, database, provider, or security work, invoke the matching specialist skill instead of approximating its proof.

Verdict

Return:

  • READY only when every required owner gate passed;
  • NOT READY when a required gate failed;
  • UNVERIFIED when the owning gate is unavailable or requires authority not granted.

Name skipped gates and why. A successful build alone does not prove rendered behavior, deployment state, persistence, authorization, or customer value.

Boundary

verify owns orchestration and reporting. Repository instructions and specialist skills own the actual acceptance criteria and commands.