원클릭으로
react-verify
Use when you want to validate changes before committing, or when you need to check all React contribution requirements.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Use when you want to validate changes before committing, or when you need to check all React contribution requirements.
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
Annual security report aggregation and analysis. USE WHEN annual reports, security reports, threat reports, industry reports, update reports, analyze reports, vendor reports, threat landscape.
Create SEO-optimized marketing content with consistent brand voice. Includes brand voice analysis, SEO optimization, research assistance, citation management, content frameworks, and social media templates. Use when writing blog posts, articles, newsletters, tutorials, creating social media content, analyzing brand voice, optimizing SEO, planning content calendars, or when user mentions content creation, brand voice, SEO optimization, content research, citations, or content strategy.
Write, rewrite, edit, and improve marketing copy for any page including homepage, landing pages, pricing pages, feature pages, about pages, or product pages. Includes the Seven Sweeps editing framework for systematic copy improvement. Use when the user says "write copy for," "improve this copy," "rewrite this page," "marketing copy," "headline help," "CTA copy," "edit this copy," "review my copy," "copy feedback," "proofread," or "polish this."
Comprehensive financial analysis suite including DCF modeling, ratio analysis, sensitivity testing, Monte Carlo simulations, and financial statement evaluation for companies and investment opportunities
Generate 2K images using Gemini 3 Pro API. Creates high-quality images from text prompts with various aspect ratios.
Generate comprehensive market research reports (50+ pages) in the style of top consulting firms (McKinsey, BCG, Gartner). Features professional LaTeX formatting, extensive visual generation with scientific-schematics and generate-image, deep integration with research-lookup for data gathering, and multi-framework strategic analysis including Porter's Five Forces, PESTLE, SWOT, TAM/SAM/SOM, and BCG Matrix.
| name | react-verify |
| description | Use when you want to validate changes before committing, or when you need to check all React contribution requirements. |
Run all verification steps.
Arguments:
Run these first in sequence:
yarn prettier - format code (stop if fails)yarn linc - lint changed files (stop if fails)Then run these with subagents in parallel:
/flow to type check (stop if fails)/test to test changes in source (stop if fails)/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.