Performs multi-dimensional release-readiness verification to confirm if code is ready to ship.

Install

mkdir -p .claude/skills/ai-verify && curl -L -o skill.zip "https://agentskills.codes/api/skills/download/14876" && unzip -o skill.zip -d .claude/skills/ai-verify && rm skill.zip

Installs to .claude/skills/ai-verify

Activation

This is the description your AI agent reads to decide when to run this skill — the better it matches your request, the more reliably it fires.

Use when verification with evidence is needed — not assumptions. Trigger for 'check my code', 'is this ready to merge', 'run the tests', 'is coverage good enough', 'scan for security issues', 'does this meet our standards', 'prove it works', 'is this ready to ship', 'run the release checks', 'pre-release checklist', 'GO/NO-GO'. Runs 2 specialists post-W3 (deterministic, acceptance) with `normal` implicit and `--full` explicit; the `--release` mode flag aggregates 8-dimension release readiness (coverage, security, tests, lint, dependencies, types, docs, packaging) and emits GO/CONDITIONAL GO/NO-GO. For narrative code review with human judgment, use /ai-review instead.
675 chars✓ has a “when” triggerlonger than Claude Code's old 250-char listing cap (fine on current versions)
Intermediate

Key capabilities

  • Verify code against 8 dimensions for release readiness
  • Scan code for security issues using gitleaks, semgrep, and pip-audit
  • Check test coverage and linting status
  • Aggregate findings from deterministic and acceptance specialists
  • Provide a GO/CONDITIONAL GO/NO-GO verdict for releases
  • Run quality checks during implementation

How it works

The skill runs a verification protocol that identifies commands per claim, executes them, captures output and exit codes, and classifies results as CONFIRMED or REFUTED. It dispatches specialists to aggregate deterministic evidence into merge-readiness judgments.

Inputs & outputs

You give it
A code branch or specific version tag
You get back
A GO/CONDITIONAL GO/NO-GO verdict with evidence and remediation hints

When to use ai-verify

  • Verify code for release
  • Run pre-release checks
  • Check code readiness to merge
  • Validate coverage and security

About ai-verify

Runs a multi-specialist verification protocol evaluating coverage, security, tests, and linting. Emits a definitive GO/NO-GO verdict for releases.

Use when verification with evidence is needed — not assumptions. Trigger for 'check my code', 'is this ready to merge', 'run the tests', 'is coverage good enough', 'scan for security issues', 'does this meet our standards', 'prove it works', 'is this ready to ship', 'run the release checks', 'pre-re

When not to use it

  • When narrative code review with human judgment is needed
  • When assuming success without running commands
  • When ignoring warnings despite a zero exit code

Limitations

  • Does not perform narrative code reviews
  • Does not add specialist coverage when using the --full flag, only changes decomposition
  • Does not modify code

How it compares

This skill provides an evidence-based, automated verification protocol for code readiness, unlike manual checks that rely on assumptions.

Compared to similar skills

ai-verify side by side with the closest alternatives in the catalog.

SkillInstallsUpdatedSafetyDifficulty
ai-verify (this skill)02moNo flagsIntermediate
verify66moNo flagsBeginner
code-change-verification44moReviewBeginner
springboot-verification44moReviewIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

More by arcasilesgroup

View all by arcasilesgroup

ai-docs

arcasilesgroup

Manages the documentation lifecycle: CHANGELOG, README, solution-intent architecture docs, external docs portals, and documentation quality gates. Auto-invoked by /ai-pr. Trigger for 'update the changelog', 'the README is stale', 'document this feature', 'docs portal needs updating', 'did we documen

00

ai-code

arcasilesgroup

Writes production code that satisfies stack-context standards on the first pass: interface-first design, backward-compatibility checks, lightweight self-review. Trigger for 'implement this', 'write the code for', 'add X to Y', 'build this function', 'make this work'. Not for tests; use /ai-test inst

00

ai-learn

arcasilesgroup

Extracts lessons from merged PR review feedback by analyzing what reviewers caught, identifying missed checks, and writing entries directly to LESSONS.md. Trigger for 'the AI keeps doing X wrong', 'learn from this PR', 'what patterns did reviewers catch', 'update our standards from feedback'. Not fo

00

ai-media

arcasilesgroup

Generates images, videos, and audio via AI models (fal-ai MCP): cheap iteration models, expensive production finals, cost-estimate before generation. Trigger for 'generate an image', 'create a thumbnail', 'make a voiceover', 'AI video', 'text to speech for'. Not for design composition; use /ai-visua

00

ai-issue

arcasilesgroup

Creates a project work-item (issue / task / story) on the user's configured board: routes by manifest `work_items.provider` (GitHub Projects v2 or Azure DevOps), composes title + body + labels, attaches to the active board, and confirms a clickable link. Trigger for 'open an issue', 'file a bug', 'c

00

ai-design

arcasilesgroup

Designs user interfaces and design systems for web, mobile, CLI, and documentation-heavy experiences: aesthetic direction, color palettes, typography, spatial composition, information architecture. Trigger for 'design this page', 'create a design system', 'what style should we use', 'UI for this fea

00

Search skills

Search the agent skills registry