From github
Creates a GitHub pull request with automated quality validation, security scanning, issue linking, and compliance checks. Accepts optional description or issue reference.
npx claudepluginhub fradser/dotclaude --plugin githuboptional description or issue referencecreate-pr/# Create GitHub Pull Request Execute automated PR creation workflow with comprehensive quality validation and security scanning. ## Context - Current git status: !`git status` - Current branch: !`git branch --show-current` - Unpushed commits: !`git log --oneline -5` - GitHub authentication: !`gh auth status` - Repository changes: !`git diff --stat HEAD~1..HEAD` ## Requirements Summary Ensure repository readiness with clean state and authentication. Complete all quality checks (lint, test, build, security) before PR creation. Link related issues with auto-closing keywords and apply accu...
/create-prCreates GitHub pull requests after repo validation, quality checks (lint, test, build, security), conventional commit formatting, issue linking, and labels.
/create-prCreates GitHub pull requests after user-selected validation (feature: security/quality/tests; bugfix/refactor: targeted checks; quick: direct), with incremental status updates.
/pr-createAutomatically creates a draft GitHub Pull Request: analyzes Git changes, fills PR template, auto-selects labels, preserves HTML comments.
/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.
/pr-createAutomatically creates GitHub Draft PR: analyzes Git changes, fills PR template from .github/PULL_REQUEST_TEMPLATE.md, auto-selects up to 3 labels by pattern match, preserves HTML.
Share bugs, ideas, or general feedback.
Execute automated PR creation workflow with comprehensive quality validation and security scanning.
git statusgit branch --show-currentgit log --oneline -5gh auth statusgit diff --stat HEAD~1..HEADEnsure repository readiness with clean state and authentication. Complete all quality checks (lint, test, build, security) before PR creation. Link related issues with auto-closing keywords and apply accurate labels. See references/requirements.md for complete checklist.
Goal: Validate repository state, analyze changes, detect templates, and identify blockers.
Actions:
CONTRIBUTING.md) and follow its requirements.github/PULL_REQUEST_TEMPLATE.md or root/docs locations)See references/repository-templates.md for template detection and compliance details.
Goal: Execute comprehensive quality validation and security scanning.
Actions:
references/quality-validation.md for commands)references/failure-resolution.mdGoal: Create pull request with proper structure, metadata, and links.
Actions:
references/pr-structure.mdgh pr create with all metadatareferences/requirements.md - Pre-creation checklist and commit standardsreferences/repository-templates.md - Contributing guidelines and PR templatesreferences/quality-validation.md - Node.js/Python validation commandsreferences/pr-structure.md - Title guidelines, body template, labelsreferences/failure-resolution.md - Agent collaboration for fixing failuresreferences/examples.md - Commit message examples