From github
Validates repository state, runs lint/test/build/security checks, enforces conventional commit standards, links issues/labels, and confirms readiness for PR submission.
How this command is triggered — by the user, by Claude, or both
Slash command
/github:requirementscreate-pr/references/The summary Claude sees in its command listing — used to decide when to auto-load this command
# 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...
npx claudepluginhub fradser/dotclaude --plugin github/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.
/commitDisplays detailed guidelines and step-by-step process for writing high-quality Git commit messages, including analysis, regression checks, and formatting rules.
/requirementsGenerates requirements for a spec from goal and research via user interview (unless --quick), delegates to product-manager subagent, and finalizes after approval.
/requirementsGenerates requirements spec for a feature with user stories, functional requirements, acceptance criteria, and constraints. Uses questionnaire if no <feature-name> provided; supports --auto flag.
/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.
/requirementsManages project requirements registry in Google Sheets: init spreadsheet from template, check status, sync with GitHub issues, add or update entries.