resolve
FeaturedOSS 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
Install
Quality Score: 88/100
Skill Content
Details
- Author
- Borda
- Repository
- Borda/AI-Rig
- Created
- 6 months ago
- Last Updated
- today
- Language
- Python
- License
- Apache-2.0
Integrates with
Similar Skills
Semantically similar based on skill content — not just same category
pr-open-comments
Fetch every unresolved review thread on a pull request, verify each comment against the current code, react 👍 or 👎 to tell the reviewer whether it was useful, and rate confidence in one recommendation per item. An item rated above 90% confidence that passes every hard rule is applied, pushed, replied to, and resolved automatically; every other item lands on a globally numbered punch list that presents and stops until the user picks actions. Explicit user authorization applies the whole batch regardless of confidence. Trigger on "address PR comments", "triage PR feedback", "handle the comments", "unresolved review comments", "/pr-open-comments", or a `/pr-watch-as-author` watch dispatching it on a poll-detected change. An auto-applied item commits and pushes without stopping to ask, so invoke this ONLY on one of those stated intents: never infer triage intent from a PR merely carrying unresolved comments.
oss-pr
Use when creating a pull request, after committing changes, or when user invokes /oss-pr. Covers branch management, quality checks, commit, push, and PR creation.
oss-pr-critic
Analyze a PR from any repository and extract quality signals — description, reviews, scope, tests, CI, guidelines, outcome