KS
Killer-Skills

verify — Categories.official

v1.0.0
GitHub

About this Skill

Perfect for Code Review Agents needing comprehensive content analysis and validation capabilities. Use when you want to validate changes before committing, or when you need to check all React contribution requirements.

# Core Topics

facebook facebook
[243.6k]
[50650]
Updated: 3/5/2026

Quality Score

Top 5%
73
Excellent
Based on code quality & docs
Installation
SYS Universal Install (Auto-Detect)
Cursor IDE Windsurf IDE VS Code IDE
> npx killer-skills add facebook/react/verify

Agent Capability Analysis

The verify MCP Server by facebook is an open-source Categories.official integration for Claude and other AI agents, enabling seamless task automation and capability expansion. Optimized for declarative, frontend, javascript.

Ideal Agent Persona

Perfect for Code Review Agents needing comprehensive content analysis and validation capabilities.

Core Value

Empowers agents to validate changes before committing using yarn prettier for code formatting, yarn linc for linting, and parallel testing with /flow, /test, and /test www, ensuring adherence to React contribution requirements.

Capabilities Granted for verify MCP Server

Validating code changes before deployment
Automating React contribution requirement checks
Running parallel tests for efficient validation

! Prerequisites & Limits

  • Requires yarn and React environment
  • Dependent on /flow, /test, and /test www subagents
Project
SKILL.md
569 B
.cursorrules
1.2 KB
package.json
240 B
Ready
UTF-8
SKILL.md
Readonly

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.

Related Skills

Looking for an alternative to verify or building a Categories.official AI Agent? Explore these related open-source MCP Servers.

View All

flags

Logo of facebook
facebook

Use when you need to check feature flag states, compare channels, or debug why a feature behaves differently across release channels.

243.6k
0
Design

extract-errors

Logo of facebook
facebook

Use when adding new error messages to React, or seeing unknown error code warnings.

243.6k
0
Design

fix

Logo of facebook
facebook

Use when you have lint errors, formatting issues, or before committing code to ensure it passes CI.

243.6k
0
Design

flow

Logo of facebook
facebook

Use when you need to run Flow type checking, or when seeing Flow type errors in React code.

243.6k
0
Design