KS
Killer-Skills

verify — how to use verify how to use verify, verify setup guide, react contribution requirements, verify vs eslint, verify install, what is verify, verify alternative, verify for frontend developers, verify and react, verify skill for ai agents

v1.0.0
GitHub

About this Skill

Ideal for Development Agents requiring comprehensive code validation and formatting, particularly those working with React and utilizing tools like yarn, prettier, and linc. Verify is a skill that runs all verification steps, including code formatting, linting, and type checking, to ensure code quality and compliance.

Features

Runs yarn prettier for code formatting
Executes yarn linc for linting changed files
Uses /flow for type checking
Runs /test for testing changes in source
Runs /test www for testing changes in www
Shows success summary upon passing all checks

# Core Topics

facebook facebook
[243.6k]
[50653]
Updated: 3/6/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 how to use verify, verify setup guide, react contribution requirements.

Ideal Agent Persona

Ideal for Development Agents requiring comprehensive code validation and formatting, particularly those working with React and utilizing tools like yarn, prettier, and linc.

Core Value

Empowers agents to validate code changes through sequential and parallel execution of formatting, linting, type checking, and testing steps, utilizing yarn prettier, yarn linc, /flow, and /test commands to ensure code integrity and adherence to React contribution requirements.

Capabilities Granted for verify MCP Server

Validating changes before committing to ensure code consistency and quality
Automating the testing of React contributions to verify compliance with requirements
Debugging code formatting and linting issues to improve overall code maintainability

! Prerequisites & Limits

  • Requires yarn and specific scripts (prettier, linc, /flow, /test) to be configured and available
  • Dependent on successful execution of sequential steps, with failure in any step halting the process
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

flags is a feature flag management system that enables developers to check flag states, compare channels, and debug feature behavior differences across release channels.

243.6k
0
Design

extract-errors

Logo of facebook
facebook

extract-errors is a skill that assists in extracting and managing error codes in React applications using yarn extract-errors command.

243.6k
0
Design

fix

Logo of facebook
facebook

fix is a technical skill that resolves lint errors, formatting issues, and ensures code quality in declarative, frontend, and UI projects

243.6k
0
Design

flow

Logo of facebook
facebook

Flow is a type checking system for JavaScript, used to validate React code and ensure consistency across applications

243.6k
0
Design