Проверка pull request'ов в Medusa
testing
reviewing-prs is a Claude Code skill that reviews GitHub pull requests for the Medusa repository, checking PR template compliance, contribution guidelines, code conventions, security, performance, and correctness. The skill operates in strict read-only mode, relying on a set of bash scripts — get_pr.sh, get_pr_diff.sh, get_pr_files.sh, get_linked_issues.sh, and others — along with reference files such as conventions.md, security-review.md, and comment-guidelines.md. Rather than posting comments or changing labels directly, it writes a review-decision.json file to the repository root containing labels to add or remove (initial-approval, requires-more, requires-team), a review template type, a neutral summary, and a list of blocking points. This makes it well-suited for teams automating Medusa PR triage and wanting a consistent, auditable decision handed off to a deterministic downstream step.
- #github
- #pull-request
- #code-review
- #contribution-guidelines