Agent Skillsmakeplane/plane › react-doctor

react-doctor

GitHub

React代码质量扫描工具,用于提交前回归检查或全面代码清理。通过健康评分检测安全、性能及架构问题,提供本地分诊工作流和规则配置功能,辅助开发者修复错误并优化代码。

.claude/skills/react-doctor/SKILL.md makeplane/plane

Trigger Scenarios

完成功能开发后提交代码前 用户输入/doctor命令请求扫描 修复Bug后验证 请求代码清理或诊断

Install

npx skills add makeplane/plane --skill react-doctor -g -y
More Options

Non-standard path

npx skills add https://github.com/makeplane/plane/tree/preview/.claude/skills/react-doctor -g -y

Use without installing

npx skills use makeplane/plane@react-doctor

指定 Agent (Claude Code)

npx skills add makeplane/plane --skill react-doctor -a claude-code -g -y

安装 repo 全部 skill

npx skills add makeplane/plane --all -g -y

预览 repo 内 skill

npx skills add makeplane/plane --list

SKILL.md

Frontmatter
{
    "name": "react-doctor",
    "version": "1.1.0",
    "description": "Use when finishing a feature, fixing a bug, before committing React code, or when the user types `\/doctor`, asks to scan, triage, or clean up React diagnostics. Covers lint, accessibility, bundle size, architecture. Includes a regression check and a full local-triage workflow that fetches the canonical playbook."
}

React Doctor

Scans React codebases for security, performance, correctness, and architecture issues. Outputs a 0–100 health score.

After making React code changes:

Run npx react-doctor@latest --verbose --diff and check the score did not regress.

If the score dropped, fix the regressions before committing.

For general cleanup or code improvement:

Run npx react-doctor@latest --verbose (without --diff) to scan the full codebase. Fix issues by severity — errors first, then warnings.

/doctor — full local triage workflow

When the user types /doctor, says "run react doctor", or asks for a full triage / cleanup pass (not just a regression check), fetch the canonical local-triage playbook and follow every step in it:

curl --fail --silent --show-error \
  --header 'Cache-Control: no-cache' \
  https://www.react.doctor/prompts/react-doctor-agent.md

The playbook is the single source of truth — a scan → filter → triage → fix → validate loop that edits the working tree directly (never commits, never opens PRs). Updating the prompt at its source updates every agent on its next fetch — no skill reinstall needed.

Pair it with the matching per-rule prompts at https://www.react.doctor/prompts/rules/<plugin>/<rule>.md (fetched on demand inside the playbook) so each fix uses the canonical, reviewer-tested recipe.

Configuring or explaining rules

When the user wants to understand a rule, disagrees with one, or wants to disable / tune which rules run (not fix code), use the doctor-explain skill (alias /doctor-config). Start with npx react-doctor@latest rules explain <rule>, then apply the narrowest control via npx react-doctor@latest rules disable|set|category|ignore-tag …, which edits your doctor.config.* (or package.json#reactDoctor).

Command

npx react-doctor@latest --verbose --diff
Flag Purpose
. Scan current directory
--verbose Show affected files and line numbers per rule
--diff Only scan changed files vs base branch
--score Output only the numeric score

Version History

  • 7fbf14a Current 2026-07-06 00:21

Same Skill Collection

.claude/skills/branch-name/SKILL.md
.claude/skills/create-pull-request/SKILL.md
.claude/skills/release-notes/SKILL.md
.claude/skills/translate/SKILL.md

Metadata

Files
0
Version
65f4a99
Hash
517c6912
Indexed
2026-07-06 00:21

Главная - Вики-сайт
Copyright © 2011-2026 iteam. Current version is 2.155.2. UTC+08:00, 2026-08-04 16:19
浙ICP备14020137号-1 $Гость$