Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions skills/react.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
[
{
"name": "react-doctor",
"description": "Scans your React codebase for security, performance, correctness, and architecture issues. Outputs a 0-100 score with actionable diagnostics.",
"source": "millionco/react-doctor",
"skill": "react-doctor",
Comment on lines +5 to +6

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

The skill property appears to be redundant here, as its value is the same as name. The project's schema defines skill as an optional field for use in multi-skill repositories. Since this seems to be a single-skill repository, omitting this property would make the entry cleaner and more aligned with the schema's intent. The suggested change removes the skill property and the now-unnecessary trailing comma from the source property.

    "source": "millionco/react-doctor"

"tags": [
"react",
"frontend"
]
}
]