Imported from Juandagarc/juandagarc.github.io (.agents/react-doctor/AGENTS.md). Install upstream with npx skills add Juandagarc/juandagarc.github.io --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
npm run doctor# o para ver solo los cambios:npm run doctor: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/juandagarc-juandagarc-github-io-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.
{
"ocm": "1",
"id": "juandagarc-juandagarc-github-io-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": "Juandagarc",
"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/Juandagarc/juandagarc.github.io",
"path": ".agents/react-doctor/AGENTS.md",
"ref": "37db05a191de10430043c97fcb369812bfe6c5a1",
"url": "https://github.com/Juandagarc/juandagarc.github.io/blob/37db05a191de10430043c97fcb369812bfe6c5a1/.agents/react-doctor/AGENTS.md",
"key": "Juandagarc/juandagarc.github.io/.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\nnpm run doctor\n# o para ver solo los cambios:\nnpm run doctor: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": 126
}
}
Fetch it by URL: GET /api/v1/registry/juandagarc-juandagarc-github-io-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.