react-triage-maintainer

📁 basst85/react-triage 📅 8 days ago
1
总安装量
1
周安装量
#76899
全站排名
安装命令
npx skills add https://github.com/basst85/react-triage --skill react-triage-maintainer

Agent 安装分布

amp 1
opencode 1
kimi-cli 1
codex 1
github-copilot 1
gemini-cli 1

Skill 文档

React Triage Maintainer

Maintain and operate React Triage to scan React/Next.js projects, export actionable diagnostics, and manage report files.

Installation

bun add -g react-triage

or with npm:

npm install -g react-triage

Usage

react-triage .

or

bunx react-triage .

Workflow

  1. Run the react-triage . command at the project root.
  2. Export results to Markdown.
  3. Read the report and act on diagnostics.
  4. Remove the report file after use.

Markdown Report Lifecycle

Use these commands to run the tool, export a Markdown report, read it, and remove it.

  1. Export results to Markdown:
    • react-triage . --to-markdown=triage-report.md
  2. Read the exported report:
    • cat triage-report.md
  3. Remove the exported report when no longer needed:
    • rm triage-report.md

Rules

  • Oxlint Checks: Run Oxlint for code quality and best practices.
  • Custom Checks: Implement custom logic for React/Next.js patterns.
  • Vercel Best Practices: Enforce Vercel deployment guidelines.
  • Security Auditing: Identify potential security issues in the codebase.