Audit README against PRD-README v1 standard
Audits README.md against 10 critical tests covering clarity, usability, and completeness. Generates a prioritized report with score and actionable fixes.
/plugin marketplace add hculap/better-code/plugin install readme-writer@better-codereadme-pathAudit a README.md file against the PRD-README v1 standard and provide a detailed report with score.
README path: $ARGUMENTS (default: README.md in current directory)
Read the target README file completely.
Evaluate each test and record PASS or FAIL:
Check:
Result: PASS / FAIL Issue (if fail): [specific problem]
Check:
Result: PASS / FAIL Issue (if fail): [specific problem]
Check:
Result: PASS / FAIL Issue (if fail): [specific problem]
Check:
Result: PASS / FAIL Issue (if fail): [specific problem]
Check:
Result: PASS / FAIL Issue (if fail): [specific problem]
Check:
Result: PASS / FAIL Issue (if fail): [specific problem]
Check:
Result: PASS / FAIL Issue (if fail): [specific problem]
Check:
Result: PASS / FAIL Issue (if fail): [specific problem]
Check:
Result: PASS / FAIL Issue (if fail): [specific problem]
Check:
Result: PASS / FAIL Issue (if fail): [specific problem]
Count passed tests: X / 10
Categorize failed tests by priority:
P0 - Critical (fix immediately):
P1 - High (fix soon):
P2 - Medium (improve):
P3 - Low (polish):
Present audit report in this format:
# README Audit Report
**File:** [path]
**Date:** [current date]
**Score:** X / 10
## Summary
[1-2 sentence overall assessment based on score]
## Test Results
### Passed (X tests)
- ✓ [Test name]
- ✓ [Test name]
### Failed (X tests)
#### [Priority] Test X: [Name]
**Issue:** [specific problem found]
**Fix:** [concrete action to resolve]
**Example:** [show before/after if applicable]
## Recommended Actions (Priority Order)
1. [P0] [First fix]
2. [P1] [Second fix]
3. [P2] [Third fix]
## Auto-Fix Available
The following issues can be auto-fixed:
- [ ] [Issue description]
- [ ] [Issue description]
Would you like me to apply these fixes?
If user requests fixes:
For complex issues, explain what manual action is needed.