Add a rule that detects generic summary sections that could belong to anyone.
Signals to detect:
- Phrases like 'seeking a challenging position', 'looking to leverage my skills', 'motivated professional'
- Summary sections under 20 words (too vague)
- Summary sections that don't mention any specific technology, domain, or metric
Severity: major
Add the patterns to UNIVERSAL_RULES.antiPatterns in packages/core/src/rules/index.ts and integrate in the evaluator.
Add a rule that detects generic summary sections that could belong to anyone.
Signals to detect:
Severity:
majorAdd the patterns to
UNIVERSAL_RULES.antiPatternsinpackages/core/src/rules/index.tsand integrate in the evaluator.