diff --git a/issue/SKILL.md b/issue/SKILL.md index 0858c99..e88a954 100644 --- a/issue/SKILL.md +++ b/issue/SKILL.md @@ -50,6 +50,15 @@ These apply to every issue, on create and on edit. `parser.rs:84` and the repro below." - Flagged: "Claim (unverified): the regression likely landed in 0b96983; not yet bisected." + - Where it sharpens the point, drop in a concrete code example — + the snippet that triggers the failure, or the call as it + *should* behave. A fenced block beats a prose paraphrase: + + ```` + ```rust + parse("a\"b") // => None, want Some("a\"b") + ``` + ```` 3. **Imperative, concise title.** Verb-first, one line, no trailing period — scannable in the list, mirroring commit-message style.