maintainer-review

Installation
SKILL.md

Maintainer Review

Objective

Make a maintainer decision, not a generic code-review summary. Separate these questions:

  1. Is the claimed behavior real?
  2. What user outcome or constraint exists independently of the reporter's proposed API or fix?
  3. Can supported functionality already achieve that outcome with reasonable composition or configuration?
  4. If a gap remains, is the proposed solution the best design and implementation layer?
  5. Can normal users plausibly reach the gap, and what happens when they do?
  6. Is it important enough to act on now?
  7. If this PR did not already exist, would maintainers choose to open and implement the same work?
  8. For a PR, is this solution worth merging and maintaining?
  9. Can overlapping or stale operations corrupt shared state or clean up resources owned by surviving work?
  10. If competing PRs exist, which single implementation path should maintainers pursue?
  11. Which ambiguous scope or semantic choices are maintainer-owned product/API decisions, and what concrete direction should the contributor implement?
  12. What concise maintainer message should communicate a closure or change request clearly and politely?
Installs
22
GitHub Stars
28.6K
First Seen
Jun 24, 2026
maintainer-review — openai/openai-agents-python