oss-pr
SolidUse when creating a pull request, after committing changes, or when user invokes /oss-pr. Covers branch management, quality checks, commit, push, and PR creation.
Install
Quality Score: 85/100
Skill Content
Details
- Author
- FerroxLabs
- Repository
- FerroxLabs/wayland
- Created
- 3 months ago
- Last Updated
- 3 days ago
- Language
- TypeScript
- License
- AGPL-3.0
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
resolve
OSS maintainer fast-close workflow for GitHub PRs. Three phases: (1) PR intelligence — reads full thread, linked issues, PR body to synthesize contribution motivation and classify every comment into action items; (2) conflict resolution — checks out PR branch (fork-aware via gh pr checkout), merges BASE into it, resolves conflicts semantically using contributor's intent as priority lens; (3) implements each action item as separate attributed commit via Codex, pushes back to contributor's fork. Supports three source modes: pr (live GitHub comments only), report (latest /review report findings as action items, no GitHub re-fetch), and pr + report (both sources aggregated and deduplicated in one pass). Also accepts bare comment text for single-comment dispatch. NOT for reply drafting to /oss:analyse findings (use /oss:analyse --reply (requires `oss` plugin)). NOT for code diff review of PR changes (use /oss:review). NOT for release preparation (use /oss:release). NOT for fixing local bugs unrelated to a PR (use
creating-prs
Verify quality gates, push the branch, open a PR with a Conventional Commit title and body from commit history, then decide and execute its merge path. Use for /creating-prs, "open a PR", "create a pull request", "ship this for review", "get this merged", or after finishing a fix. Requires gh CLI auth. GitHub stance: gh CLI (ADR-0030).
oss-pr-critic
Analyze a PR from any repository and extract quality signals — description, reviews, scope, tests, CI, guidelines, outcome