Skip to content

docs(skill): update react-doctor with CLI specs and analysis workflows#111

Open
BillalbertCode wants to merge 1 commit intomillionco:mainfrom
BillalbertCode:improvement-skill
Open

docs(skill): update react-doctor with CLI specs and analysis workflows#111
BillalbertCode wants to merge 1 commit intomillionco:mainfrom
BillalbertCode:improvement-skill

Conversation

@BillalbertCode
Copy link
Copy Markdown

This pull request improves the react-doctor Skill by adding detailed command-line interface specifications and clear operational workflows to ensure smooth React development.
I was using this Skill to help the agent interact with react-doctor in a seamless way, and I wanted to share it with you all 🙂

Key Changes

  • Complete CLI Reference: Added all available arguments, options, and commands (the agent cannot function without this information)
    (e.g., --fix, --score, --verbose).
  • Analysis Workflows:
    • Full Analysis: Clarified that the -y flag is the standard for automatic
      full-project scans.
    • Quick Analysis: Documented the interactive flow to scan only uncommitted
      changes for faster iteration.
  • Golden Rules: Established a minimum score threshold of 75 and prioritized
    fixes for Security (eval, secrets) and Correctness (keys, closures).
  • Ami Integration: Included instructions for automatic remediation using the
    --fix command.

Technical Consideration

Note on the -y flag: I read reports that the -y flag for full analysis might
be bugged in some versions, occasionally doing the opposite (only scanning
uncommitted files). I have taken this into account while updating the skill;
these instructions explicitly define -y for the Full Scan workflow to ensure the
agent targets the entire codebase as intended.

Impact
These changes provide the agent with precise instructions on how to diagnose and
fix React codebase issues more efficiently, distinguishing between rapid
development scans and final project audits.


Good Night everyone 🙂

@vercel
Copy link
Copy Markdown

vercel bot commented Mar 26, 2026

@BillalbertCode is attempting to deploy a commit to the Million Team on Vercel.

A member of the Team first needs to authorize it.

@BillalbertCode BillalbertCode marked this pull request as ready for review March 26, 2026 04:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant