mirror of
https://github.com/alirezarezvani/claude-skills.git
synced 2026-08-28 04:24:58 +00:00
fix(productivity): add H1 heading to caveman/grill-me/handoff SKILL.md
test_skill_integrity.py::TestSkillMdHasH1 requires every SKILL.md to have an
H1 heading. Matt Pocock's originals didn't have H1s (just frontmatter + body)
so the verbatim preservation tripped this test on dev's CI.
Adding minimal H1 headings ("Caveman Mode", "Grill Me", "Handoff") without
modifying Matt's body content. Voice + workflow + rules preserved exactly.
Full pytest suite: 1921 passed (was 3 failed).
Write-a-skill review checklist: still PASS on all 3 SKILL.md (69/58/41 lines,
all under Matt's 100-line ceiling).
https://claude.ai/code/session_01VFreMf7XLBqMgjsrG4wSYe
This commit is contained in:
parent
6b2c2c3856
commit
5ac2a8e0d7
3 changed files with 6 additions and 0 deletions
|
|
@ -14,6 +14,8 @@ metadata:
|
|||
version: 1.0.0
|
||||
---
|
||||
|
||||
# Caveman Mode
|
||||
|
||||
> Derived from [Matt Pocock's caveman](https://github.com/mattpocock/skills/tree/main/skills/productivity/caveman) (MIT). Matt's voice preserved verbatim. Additions: compression tools + references + cs-* wrapper (see [references/companion_tooling.md](references/companion_tooling.md)).
|
||||
|
||||
Respond terse like smart caveman. All technical substance stay. Only fluff die.
|
||||
|
|
|
|||
|
|
@ -10,6 +10,8 @@ metadata:
|
|||
version: 1.0.0
|
||||
---
|
||||
|
||||
# Grill Me
|
||||
|
||||
> Derived from [Matt Pocock's grill-me](https://github.com/mattpocock/skills/tree/main/skills/productivity/grill-me) (MIT). Matt's interview discipline preserved verbatim. Additions: extraction + question + session tools + references + cs-* wrapper (see [references/companion_tooling.md](references/companion_tooling.md)).
|
||||
|
||||
Interview me relentlessly about every aspect of this plan until we reach a shared understanding. Walk down each branch of the design tree, resolving dependencies between decisions one-by-one. For each question, provide your recommended answer.
|
||||
|
|
|
|||
|
|
@ -11,6 +11,8 @@ metadata:
|
|||
version: 1.0.0
|
||||
---
|
||||
|
||||
# Handoff
|
||||
|
||||
> Derived from [Matt Pocock's handoff](https://github.com/mattpocock/skills/tree/main/skills/productivity/handoff) (MIT). Matt's no-duplication discipline preserved verbatim. Additions: tools + references + cs-* wrapper (see [references/companion_tooling.md](references/companion_tooling.md)).
|
||||
|
||||
Write a handoff document summarising the current conversation so a fresh agent can continue the work. Save it to a path produced by `mktemp -t handoff-XXXXXX.md` (read the file before you write to it).
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue