From principled-github
GitHub integration strategy for the Principled framework. Consult when working with GitHub issues, pull requests, labels, CODEOWNERS, or .github/ templates in the context of the principled documentation pipeline. Covers issue-proposal mapping, PR-plan alignment, label taxonomy, and the GitHub-principled sync model.
How this skill is triggered — by the user, by Claude, or both
Slash command
/principled-github:github-strategyThe summary Claude sees in its skill listing — used to decide when to auto-load this skill
This skill provides Claude Code with comprehensive knowledge of how the Principled methodology maps to GitHub native features. It is not directly invocable --- it informs Claude's behavior when GitHub-related context is encountered.
This skill provides Claude Code with comprehensive knowledge of how the Principled methodology maps to GitHub native features. It is not directly invocable --- it informs Claude's behavior when GitHub-related context is encountered.
Activate this knowledge when:
.github/ directory (issue templates, PR templates, workflows, CODEOWNERS)Read these files for detailed guidance on specific topics:
reference/mapping-model.md --- How principled documents map to GitHub entities: proposals to issues, plans to tracking issues, tasks to PRs, decisions to linked references. Covers bidirectional sync, status mapping, and conflict resolution.reference/label-taxonomy.md --- The complete label set for principled workflows: lifecycle labels (proposal:draft, proposal:accepted), type labels (rfc, adr, plan), priority labels, and module scope labels. Covers naming conventions, color codes, and grouping rules.reference/template-guide.md --- How .github/ISSUE_TEMPLATE/ and .github/PULL_REQUEST_TEMPLATE/ files align with principled document types. Covers template fields, frontmatter mapping, and conditional sections.docs/ are canonical.npx claudepluginhub alexnodeland/principled --plugin principled-githubProvides GitHub workflow guidance for issues, PRs, milestones, templates, automation with GitHub Actions, and webhook security for solo developers.
Manages GitHub issues, PRs, project boards, and comments via scripts. Use for any GitHub operations in GAAC workflows.
Executes GitHub operations (PRs, issues, milestones, labels, comments, merges) using Python scripts with structured output and error handling. Use for pull requests, issues, review comments, CI checks, milestones instead of raw gh.