feat: add ops-* skill family for managing work in a GitHub repo#26
Draft
stuffbucket wants to merge 1 commit into
Draft
feat: add ops-* skill family for managing work in a GitHub repo#26stuffbucket wants to merge 1 commit into
stuffbucket wants to merge 1 commit into
Conversation
Adds ops-workflow (semantic index/dispatcher), ops-investigate, ops-issue-decomposition, ops-github-hygiene, and ops-automation. Encodes an investigate -> decompose -> hygiene -> automate method with fixed child-issue/epic templates, a gh identity guard, and deterministic issue-only automation guidance. Regenerates README.md and llms.txt.
Contributor
✅ Skill Validation ReportNew skill(s): ValidationIndex build: ✅ passed |
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 a new
ops-*skill family for managing a body of work in a GitHub repo, following the repo's*-opsbest practices. The family encodes a repeatable method: investigate → decompose → hygiene → automate.ops-workflowops-*sub-skill to load via the skill-router — it names the skill and the order, it does not perform the steps itself.ops-investigatefile:path:line-cited findings, plus cross-source verification and a provenance block (first-party vs. inferred).ops-issue-decompositionassets/) and explicit dependency/conflict sequencing.ops-github-hygieneghidentity guard (scripts/gh-identity-guard.sh), label routing (needs-botvsneeds-triage), Conventional-Commit titling, commit-message hygiene.ops-automationEach skill cross-references its siblings by name (loaded on demand via the skill-router) and defers generic git mechanics to the existing
git-workflow-skillrather than duplicating it.Why
Distilled from a real session that decomposed a multi-workstream investigation into a tracking epic plus child issues. The
ops-issue-decompositiontemplates mirror the shapes proven on those issues. The goal is to make that "investigate, verify against authoritative sources, decompose, sequence, ship cleanly" method reusable.Validation
npm run cipasses locally:lint(markdownlint + eslint + schema),validate(all skills),check:versions,test(145 structure + 6 MCP-launch), andcheck:llms/check:readme(regeneratedREADME.mdandllms.txtare up to date). Frontmatter uses only the allowed closed key set; eachnamematches its directory; bodies are well under the 500-line limit.Type of change
Skills are auto-discovered — no manual marketplace registration. Opened as a draft for review.