From github
Creates GitHub PRs after validating git state, running quality checks (lint/test/build/security), detecting templates, linking issues, and applying labels.
npx claudepluginhub fradser/dotclaude --plugin githubThis skill is limited to using the following tools:
Execute automated PR creation workflow with comprehensive quality validation and security scanning.
Creates GitHub pull requests with validation workflows tailored to PR type (feature, bug fix, refactor, quick). Runs pre-flight checks, security audits, tests, and code reviews via agents.
Creates GitHub Pull Requests using GitHub CLI: detects existing PRs for branches, pushes changes, generates titles/bodies from commits. Handles monorepos/submodules. Use for /create-pr or PR/review requests.
Orchestrates multi-agent git workflow from code review and quality checks through testing, Conventional Commits, PR creation, and deployment readiness. Supports trunk-based and feature-branch strategies.
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