Runs pre-commit checks including linting, formatting, and tests to ensure code readiness.

Install

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

Installs to .claude/skills/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 you want to validate changes before committing, or when you need to check all React contribution requirements.
119 chars✓ has a “when” trigger
Beginner

Key capabilities

  • Format code using Prettier
  • Lint changed files
  • Perform type checking
  • Execute source tests
  • Execute www tests

How it works

The skill executes a sequence of formatting and linting commands, followed by parallel execution of type checking and test suites using subagents.

Inputs & outputs

You give it
Test pattern for the test step
You get back
Success summary or failure report with suggested fixes

When to use verify

  • Verifying changes before pushing to main
  • Running all contribution tests for a React repo
  • Checking code style and type safety automatically

About this skill

Verification

Run all verification steps.

Arguments:

  • $ARGUMENTS: Test pattern for the test step

Instructions

Run these first in sequence:

  1. Run yarn prettier - format code (stop if fails)
  2. Run yarn linc - lint changed files (stop if fails)

Then run these with subagents in parallel:

  1. Use /flow to type check (stop if fails)
  2. Use /test to test changes in source (stop if fails)
  3. Use /test www to test changes in www (stop if fails)

If all pass, show success summary. On failure, stop immediately and report the issue with suggested fixes.

When not to use it

  • When you have not yet implemented the changes
  • When you need to perform manual verification steps

Prerequisites

yarn

Limitations

  • Stops immediately upon the first failure encountered in the sequence

How it compares

It automates the entire validation sequence as a single gatekeeper, whereas a manual approach requires running each tool individually and managing dependencies between steps.

Compared to similar skills

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

SkillInstallsUpdatedSafetyDifficulty
verify (this skill)66moNo flagsBeginner
4-maid-development04moNo flagsAdvanced
react-best-practices223moNo flagsIntermediate
feature-flags66moReviewIntermediate

Try saying

Example prompts that trigger this skill in your AI assistant.

Search skills

Search the agent skills registry