Hi - I answer from the OpenSmartRoute documentation: routing, the API, plans and quotas, self-hosting. Ask away, or open a support ticket if you need a person.
Grounded in the docs - follow a source before acting on it.
react-doctor - Skill - OpenSmartRoute
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.
Imported from YVISS/TrackAssessment (frontend-v2/trackassessment/.agents/react-doctor/SKILL.md). Install upstream with npx skills add YVISS/TrackAssessment --skill react-doctor. Copyright stays with the author.
React Doctor
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.
# after Install: the listing is in your workspace's routing pool - a plan picks it for its slot
curl -s -X POST https://api.opensmartroute.ai/api/v1/route -H 'Authorization: Bearer $OSR_API_KEY' -H 'Content-Type: application/json' -d '{"text": "...", "plan": true}'
Manifest
An Open Capability Manifest: the router reads it to know what this does, what it costs and when to pick it.
yviss-trackassessment-react-doctor.ocm.jsonjson
{
"ocm": "1",
"id": "yviss-trackassessment-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": "YVISS",
"version": "1.0.0",
"capabilities": {
"domains": [
"coding"
],
"tags": [
"skill-md",
"github"
],
"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",
"repository": "https://github.com/YVISS/TrackAssessment",
"path": "frontend-v2/trackassessment/.agents/react-doctor/SKILL.md",
"ref": "3f4d63882b1d3de9011fbae9a3521775f9c4db7f",
"url": "https://github.com/YVISS/TrackAssessment/blob/3f4d63882b1d3de9011fbae9a3521775f9c4db7f/frontend-v2/trackassessment/.agents/react-doctor/SKILL.md",
"key": "YVISS/TrackAssessment/frontend-v2/trackassessment/.agents/react-doctor/SKILL.md"
}
},
"instructions": "# React Doctor\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": 87
}
}
Fetch it by URL: GET /api/v1/registry/yviss-trackassessment-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.