Commit 97f8269
committed
feat: improve skill scores for dojoengine/book
Hey 👋 @kariy
I ran your skills through `tessl skill review` at work and found some targeted improvements. Here's the full before/after:
| Skill | Before | After | Change |
|-------|--------|-------|--------|
| dojo-vrf | 0% | 90% | +90% |
| dojo-review | 66% | 100% | +34% |
| dojo-system | 66% | 94% | +28% |
| dojo-world | 71% | 100% | +29% |
| dojo-model | 74% | 86% | +12% |
This PR intentionally caps changes to five skills to keep it reviewable. The included GitHub Action workflow (see below) will surface Tessl feedback on future `SKILL.md` changes automatically.
<details>
<summary>Changes summary</summary>
**dojo-vrf (0% → 90%)**
- Added missing YAML frontmatter (name, description, allowed-tools) — this was the sole reason for the 0% score
- Expanded description with specific trigger terms (dice rolls, shuffling cards, loot drops)
- Added verification and related skills sections
**dojo-review (66% → 100%)**
- Removed unnecessary "When to Use", "What This Skill Does", "Quick Start" sections
- Added explicit 4-step review workflow with verification
- Streamlined code examples while preserving all ❌/✅ patterns
- Added structured review checklist
**dojo-system (66% → 94%)**
- Consolidated duplicate content (imports, world access, events were explained multiple times)
- Added import reference table for quick lookup
- Removed redundant "When to Use", "What This Skill Does", "Quick Start" sections
- Added safe subtraction pattern in the stateless design example
- Added verification section
**dojo-world (71% → 100%)**
- Replaced verbose permission explanations with a clear hierarchy diagram and role comparison table
- Consolidated CLI commands into a single reference block
- Added troubleshooting table for common permission errors
- Removed redundant intro sections
- Added verification section
**dojo-model (74% → 86%)**
- Removed "When to Use", "What This Skill Does", "Quick Start" sections
- Expanded description with additional trigger terms (composite keys, singletons, data schemas)
- Added field types reference table
- Added verification section
</details>
## 🤖 Tessl Skill Review GitHub Action
This PR also adds `.github/workflows/skill-review.yml` — a lightweight GitHub Action that automatically reviews skills on future PRs.
<details>
<summary>How it works and why it helps</summary>
- **What runs:** On PRs that change `**/SKILL.md`, the workflow runs [`tesslio/skill-review`](https://github.com/tesslio/skill-review) and posts **one** comment with Tessl scores and feedback (updated on new pushes).
- **Zero extra accounts:** Contributors do **not** need a Tessl login — only the default **`GITHUB_TOKEN`** is used to post the comment.
- **Non-blocking by default:** The check is **feedback-only** — no surprise red CI. Add `fail-threshold: 70` later if you want a hard gate.
- **Not a build replacement:** This is review automation for skill markdown only — it doesn't touch your docs build pipeline.
- **Why only five skills edited here:** This PR caps manual optimization so it stays reviewable. After merge, **every PR that touches `SKILL.md`** gets automatic review comments, so the rest of the library improves incrementally.
</details>
---
Honest disclosure — I work at @tesslio where we build tooling around skills like these. Not a pitch - just saw room for improvement and wanted to contribute.
Want to self-improve your skills? Just point your agent (Claude Code, Codex, etc.) at [this Tessl guide](https://docs.tessl.io/evaluate/optimize-a-skill-using-best-practices) and ask it to optimize your skill. Ping me - [@rohan-tessl](https://github.com/rohan-tessl) - if you hit any snags.
Thanks in advance 🙏1 parent 7ecb726 commit 97f8269
5 files changed
+214
-775
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
| 9 | + | |
10 | 10 | | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
| 11 | + | |
42 | 12 | | |
43 | | - | |
| 13 | + | |
44 | 14 | | |
45 | | - | |
46 | 15 | | |
47 | 16 | | |
48 | 17 | | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
78 | | - | |
79 | | - | |
80 | 18 | | |
81 | 19 | | |
82 | 20 | | |
| |||
86 | 24 | | |
87 | 25 | | |
88 | 26 | | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
| 27 | + | |
| 28 | + | |
95 | 29 | | |
96 | 30 | | |
97 | 31 | | |
98 | 32 | | |
99 | | - | |
100 | 33 | | |
101 | 34 | | |
102 | 35 | | |
| |||
116 | 49 | | |
117 | 50 | | |
118 | 51 | | |
119 | | - | |
| 52 | + | |
120 | 53 | | |
121 | 54 | | |
122 | 55 | | |
| |||
127 | 60 | | |
128 | 61 | | |
129 | 62 | | |
130 | | - | |
131 | 63 | | |
132 | | - | |
133 | | - | |
| 64 | + | |
134 | 65 | | |
135 | 66 | | |
136 | 67 | | |
| |||
147 | 78 | | |
148 | 79 | | |
149 | 80 | | |
150 | | - | |
151 | 81 | | |
152 | 82 | | |
153 | 83 | | |
| |||
159 | 89 | | |
160 | 90 | | |
161 | 91 | | |
162 | | - | |
163 | | - | |
164 | | - | |
165 | | - | |
166 | | - | |
167 | | - | |
| 92 | + | |
168 | 93 | | |
169 | 94 | | |
170 | 95 | | |
171 | | - | |
172 | | - | |
173 | | - | |
174 | | - | |
175 | | - | |
| 96 | + | |
176 | 97 | | |
177 | 98 | | |
178 | 99 | | |
179 | 100 | | |
180 | 101 | | |
181 | 102 | | |
182 | 103 | | |
183 | | - | |
184 | | - | |
185 | | - | |
186 | | - | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
187 | 108 | | |
188 | 109 | | |
189 | 110 | | |
190 | | - | |
191 | 111 | | |
192 | 112 | | |
193 | 113 | | |
194 | | - | |
195 | | - | |
| 114 | + | |
196 | 115 | | |
197 | | - | |
198 | | - | |
| 116 | + | |
199 | 117 | | |
200 | | - | |
201 | 118 | | |
202 | | - | |
203 | | - | |
| 119 | + | |
204 | 120 | | |
205 | | - | |
206 | 121 | | |
207 | | - | |
208 | | - | |
| 122 | + | |
209 | 123 | | |
210 | | - | |
211 | 124 | | |
212 | | - | |
213 | | - | |
| 125 | + | |
214 | 126 | | |
215 | 127 | | |
216 | 128 | | |
217 | 129 | | |
218 | 130 | | |
219 | 131 | | |
220 | | - | |
221 | | - | |
222 | | - | |
223 | | - | |
224 | | - | |
225 | | - | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
226 | 142 | | |
227 | | - | |
| 143 | + | |
228 | 144 | | |
229 | | - | |
230 | | - | |
231 | | - | |
232 | | - | |
| 145 | + | |
| 146 | + | |
| 147 | + | |
233 | 148 | | |
234 | 149 | | |
235 | 150 | | |
236 | | - | |
237 | | - | |
238 | | - | |
239 | | - | |
| 151 | + | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
0 commit comments