一键导入
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.