@@ -28,19 +28,20 @@ When user says "sensei help" or asks how to use sensei, show this:
2828║ EXAMPLES: ║
2929║ Run sensei on appinsights-instrumentation ║
3030║ Run sensei on azure-security --skip-integration ║
31- ║ Run sensei on azure-security, azure-networking ║
31+ ║ Run sensei on azure-security, azure-observability ║
3232║ Run sensei on all Low-adherence skills ║
3333║ ║
3434║ WHAT IT DOES: ║
35- ║ 1. READ - Load skill's SKILL.md, tests, and token count ║
36- ║ 2. SCORE - Check compliance (Low/Medium/Medium-High/High) ║
37- ║ 3. SCAFFOLD- Create tests from template if missing ║
38- ║ 4. IMPROVE - Add USE FOR triggers + DO NOT USE FOR ║
39- ║ 5. TEST - Run tests, fix if needed ║
40- ║ 6. TOKENS - Check token budget, gather suggestions ║
41- ║ 7. SUMMARY - Show before/after with suggestions ║
42- ║ 8. PROMPT - Ask: Commit, Create Issue, or Skip? ║
43- ║ 9. REPEAT - Until Medium-High score + tests pass ║
35+ ║ 1. READ - Load skill's SKILL.md, tests, and token count ║
36+ ║ 2. SCORE - Check compliance (Low/Medium/Medium-High/High) ║
37+ ║ 3. SCAFFOLD - Create tests from template if missing ║
38+ ║ 4. IMPROVE - Add USE FOR triggers + DO NOT USE FOR ║
39+ ║ 5. TEST - Run tests, fix if needed ║
40+ ║ 6. REFERENCES- Validate markdown links ║
41+ ║ 7. TOKENS - Check token budget, gather suggestions ║
42+ ║ 8. SUMMARY - Show before/after with suggestions ║
43+ ║ 9. PROMPT - Ask: Commit, Create Issue, or Skip? ║
44+ ║ 10. REPEAT - Until Medium-High score + tests pass ║
4445║ ║
4546║ TARGET SCORE: Medium-High ║
4647║ ✓ Description > 150 chars ║
@@ -70,7 +71,7 @@ Run sensei on azure-deploy
7071
7172### Multiple Skills
7273```
73- Run sensei on azure-security, azure-networking, azure- observability
74+ Run sensei on azure-security, azure-observability
7475```
7576
7677### By Adherence Level
@@ -94,10 +95,11 @@ For each skill, execute this loop until score >= Medium-High AND tests pass:
94955 . ** IMPROVE FRONTMATTER** - Add triggers, anti-triggers, compatibility (stay under 1024 chars)
95966 . ** IMPROVE TESTS** - Update ` shouldTriggerPrompts ` and ` shouldNotTriggerPrompts ` to match
96977 . ** VERIFY** - Run ` cd tests && npm test -- --testPathPattern={skill-name} `
97- 8 . ** TOKENS** - Check token budget, gather optimization suggestions
98- 9 . ** SUMMARY** - Display before/after comparison with unimplemented suggestions
99- 10 . ** PROMPT** - Ask user: Commit, Create Issue, or Skip?
100- 11 . ** REPEAT** - Go to step 2 (max 5 iterations per skill)
98+ 8 . ** VALIDATE REFERENCES** - Run ` cd scripts && npm run references {skill-name} ` to check markdown links
99+ 9 . ** TOKENS** - Check token budget, gather optimization suggestions
100+ 10 . ** SUMMARY** - Display before/after comparison with unimplemented suggestions
101+ 11 . ** PROMPT** - Ask user: Commit, Create Issue, or Skip?
102+ 12 . ** REPEAT** - Go to step 2 (max 5 iterations per skill)
101103
102104## Scoring Criteria (Quick Reference)
103105
0 commit comments