Skip to content

Commit fb48092

Browse files
committed
refactor: remove prerequisites suggestions from quality-scan skill
Remove developer_experience pattern checks for prerequisites/setup documentation from workflow scan and documentation scan agents.
1 parent e071db8 commit fb48092

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.claude/skills/quality-scan/reference.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -525,11 +525,8 @@ CI pipeline issues:
525525
526526
<pattern name="developer_experience">
527527
Documentation and setup:
528-
- README: Setup instructions clear and complete?
529528
- Common errors: Are frequent issues documented with solutions?
530-
- Required tools: List of prerequisites (Node.js version, pnpm, etc.)?
531529
- Environment variables: Are required env vars documented?
532-
- First-time setup: Can a new contributor get started easily?
533530
</pattern>
534531
535532
<quality_guidelines>
@@ -933,7 +930,6 @@ Systematically verify all README files and documentation against the actual code
933930
- API examples match actual exported functions/types
934931
- Configuration examples match actual schema/validation
935932
- Version numbers are current (not outdated)
936-
- Prerequisites are accurate (correct tool versions)
937933

938934
3. **Check against actual code**:
939935
- Read package.json to verify names, scripts, dependencies

0 commit comments

Comments
 (0)