From github
Validates repository state, runs lint/test/build/security checks, enforces conventional commit standards, links issues/labels, and confirms readiness for PR submission.
npx claudepluginhub fradser/dotclaude --plugin githubcreate-pr/references/# Requirements ## Repository and Authentication - Ensure the repository is clean, authenticated, and ready for PR submission. - Complete lint, test, build, and security checks before creating the PR. - Link related issues and apply accurate labels for traceability. ## Commit Message Standards - **Use atomic commits for logical units of work**: Each commit should represent one complete, cohesive change. - Title: entirely lowercase, <50 chars, imperative mood (e.g., "add", "fix", "update"), conventional commits format (feat:, fix:, docs:, refactor:, test:, chore:) - Scope (optional): lo...
/create-prCreates GitHub pull requests after repo validation, quality checks (lint, test, build, security), conventional commit formatting, issue linking, and labels.
/git-workflowOrchestrates git workflow from code review and quality gates through commit, push, and PR creation to target branch. Supports flags: --skip-tests, --draft-pr, --no-push, --squash, --conventional, --trunk-based.
/auto-commitAnalyzes changes, runs quality gate, commits to feature branch or main, pushes, and creates/updates PRs. Supports --direct, --no-push, --message, --draft flags.
/requirementsGenerates requirements for a spec from goal and research via user interview (unless --quick), delegates to product-manager subagent, and finalizes after approval.
/requirementsGenerates comprehensive business and technical requirements for a project or feature from stakeholder analysis, principles, risks, and external documents.
/requirementsGathers non-technical requirements for a feature using EARS syntax from topic or description input, drafts spec file, iterates feedback until approved, saves pipeline state.
Share bugs, ideas, or general feedback.