Skip to content

v0.8.0

Latest

Choose a tag to compare

@github-actions github-actions released this 10 May 13:56
· 2 commits to main since this release

Agent-first pass. Skills fire on reviewing code (not just writing),
trim human-team advice, and four skills get shorter names.

Changed

  • Trimmed human-team advice and boilerplate from all skills. Cut
    content agents can't act on (manager pushback, QA scheduling,
    stakeholder conversations, sleep-on-it breaks). Kept reasoning
    that explains severity.

  • Broadened every trigger to fire on reviewing code, not just
    writing it. before-you-refactor covers assessment mode;
    correctness-traps no longer excludes reading.

  • Renamed four skills: writing-clean-codeclean-code,
    pre-commit-self-reviewself-review,
    api-and-interface-designapi-design,
    error-and-correctness-trapscorrectness-traps.

  • Surfaced KISS, SRP, and SOLID acronyms where their substance already
    lived, for grep discoverability. Added a module-scope SRP Red Flag
    to before-you-refactor. No behavioral changes to existing guidance.