Ship production code through full PR lifecycle
work-with-prskillsetup L3★61,462
code-yeongyu/oh-my-openagent ↗What it does
Review, iterate, and merge pull requests with structured QA
Best for
When you need structured PR review that checks correctness, tests, and merge conflicts before the merge button.
Inputs
- · GitHub PR, changed files, test results, CI logs
Outputs
- · PR approved/rejected with inline comments, test coverage assessment, merge readiness
Requires
- · GitHub API
- · git
- · CI/CD logs
Preconditions
PR created; CI running; author available for clarification
Failure modes
- · Reviewer misses subtle logic errors (insufficient context reading)
- · Test coverage report misses branches
- · Merge conflicts discovered post-approval
Trust signals
- · Inline code comments with specific line references
- · Test coverage mapping to changed code
- · Pre-merge conflict detection via git merge --no-commit