Skip to content
Skillv1.0.0

react-doctor

Run after making React changes to catch issues early. Use when reviewing code, finishing a feature, or fixing bugs in a React project.

by camerontredoux(0) 0 installs
Free
Sign in to install

Free account. Installing gives you the manifest plus copy-paste snippets.

See reviews

About

Imported from camerontredoux/studio2stadium (apps/frontend/.agents/react-doctor/AGENTS.md). Install upstream with npx skills add camerontredoux/studio2stadium --skill react-doctor. Copyright stays with the author.

React Doctor

Run after making React changes to catch issues early. Use when reviewing code, finishing a feature, or fixing bugs in a React project.

Scans your React codebase for security, performance, correctness, and architecture issues. Outputs a 0-100 score with actionable diagnostics.

Usage

npx -y react-doctor@latest . --verbose --diff

Workflow

Run after making changes to catch issues early. Fix errors first, then re-run to verify the score improved.

Use it

Copy one of these into your project. Installing also returns the manifest and these snippets.

yaml
targets:
  - https://api.opensmartroute.ai/api/v1/registry/camerontredoux-studio2stadium-react-doctor/manifest   # or paste the manifest below

Manifest

An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.

camerontredoux-studio2stadium-react-doctor.ocm.jsonjson
{
  "ocm": "1",
  "id": "camerontredoux-studio2stadium-react-doctor",
  "kind": "skill",
  "name": "react-doctor",
  "description": "Run after making React changes to catch issues early. Use when reviewing code, finishing a feature, or fixing bugs in a React project.",
  "publisher": "camerontredoux",
  "version": "1.0.0",
  "capabilities": {
    "domains": [
      "coding"
    ],
    "tags": [
      "skill-md",
      "github-agents"
    ],
    "languages": [
      "en"
    ]
  },
  "quality_prior": 0.6,
  "examples": [
    "Run after making React changes to catch issues early. Use when reviewing code, finishing a feature, or fixing bugs in a React project."
  ],
  "primary": false,
  "metadata": {
    "source": {
      "provider": "github-agents",
      "repository": "https://github.com/camerontredoux/studio2stadium",
      "path": "apps/frontend/.agents/react-doctor/AGENTS.md",
      "ref": "b20e80e37e4a3b09de262281431059c5eb972fb0",
      "url": "https://github.com/camerontredoux/studio2stadium/blob/b20e80e37e4a3b09de262281431059c5eb972fb0/apps/frontend/.agents/react-doctor/AGENTS.md",
      "key": "camerontredoux/studio2stadium/apps/frontend/.agents/react-doctor/AGENTS.md"
    }
  },
  "instructions": "# React Doctor\n\nRun after making React changes to catch issues early. Use when reviewing code, finishing a feature, or fixing bugs in a React project.\n\nScans your React codebase for security, performance, correctness, and architecture issues. Outputs a 0-100 score with actionable diagnostics.\n\n## Usage\n\n```bash\nnpx -y react-doctor@latest . --verbose --diff\n```\n\n## Workflow\n\nRun after making changes to catch issues early. Fix errors first, then re-run to verify the score improved.",
  "cost": {
    "context_tokens": 121
  }
}

Fetch it by URL: GET /api/v1/registry/camerontredoux-studio2stadium-react-doctor/manifest?version=1.0.0

Reviews

Star ratings from people who tried it. One review per account; edit yours any time.

No reviews yet. Install it, try it, and be the first to rate it.