feat(claude): add derive-commit-taxonomy skill for designing a repo's commit taxonomy - #782
Open
ppat wants to merge 2 commits into
Open
feat(claude): add derive-commit-taxonomy skill for designing a repo's commit taxonomy#782ppat wants to merge 2 commits into
ppat wants to merge 2 commits into
Conversation
… commit taxonomy A method skill, not an answer: the ordered questions that determine a repo's commit type/scope taxonomy (what routes a release, what reads each header field, whether the gate is enforced on what lands, what the bot can emit, which scopes the release layer knows), the traps that took adversarial review rounds to find (per-actor merge paths, checks the dominant actor cannot satisfy, equivalence classes leaking repo state, verifying the verifier, judging rules against priors that do not govern the artifact), and a three-layer verification shape. Derived from two repos; the skill says so and carries an amendment protocol for the next. Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
…reator methodology - description: add audit/diagnosis trigger phrasings (Q3/Q4/Q6 standing alone) - verification: pair each layer with the attack that keeps it honest, moving the two verification-time traps to their point of use - traps: add 'write the intent onto the fence' as the structural prevention for the wrong-prior trap, incl. the assertion-vs-workaround danger class - opening: state verification's claim honestly (closure vs declared sampling) Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
Adds
private_dot_claude/skills/derive-commit-taxonomy/SKILL.md— a skill that guides an LLM through deriving a commit type/scope taxonomy for a repository it has not seen, plus the enforcement, rule document, and verification that make the taxonomy real.Why a method, not an answer
No two repos will look the same (especially for scopes): of the two repos this method has been applied to (
github-workflows,homelab-ops-kubernetes-apps), the type enums converged but the scope enums share almost nothing. The skill therefore deliberately carries no default enum — it teaches:The skill states its sample size (two repos) and ends with an amendment protocol: extend it after each repo it is applied to, per the intent that it improves iteratively as overriding patterns emerge.
🤖 Generated with Claude Code