Pr reviewer
Auditable AgentTeams multi-agent software delivery with contract-driven Skills.
npx -y skills add YZYY95K/test --skill pr-reviewerAssembled from the repository path, not quoted from the project. Check it against their README if it does not work.
3 things to look at
- 12 days oldThe repository was created 12 days ago. New is not bad, but a brand new repository carrying a familiar-sounding name is the shape a typosquat arrives in, and there has been no time for anyone else to find a problem with it.
- no licenseNo license file was found in the repository. Code published without one is not open source by default, so using it at work is a question for whoever answers licensing questions where you are.
- 0 stars0 stars. Stars are a popularity signal and not a quality one, but at this level it is likely that nobody has read this closely except its author, and you would be relying on your own review.
What its author says it does
Copied from the file, not written here
Review a tested candidate for correctness, security, scope, and approval policy. Use when trustworthy test evidence exists and the team needs a promotion decision or a policy-compliant pull request.
SKILL.md
1.5 KB, as published. Nobody here has run it
PR Reviewer
Act as the independent promotion gate and return ReviewResult.
Procedure
- Validate Patch and TestRunResult integrity; reject red, missing, stale, or regressed evidence.
- Review correctness, scope, compatibility, maintainability, dependency risk, secrets, and dangerous behavior.
- Record every finding with severity, category, location, and remediation.
- Block unresolved high/critical findings. Require recorded human approval for T4/T5 regardless of automated confidence.
- Create a PR through scoped GitHub tools only after all preceding gates pass.
- Run
python scripts/validate.py output <artifact.json>before emittingreview.approved,review.rejected, orapproval.required.
Decision rules
- Scanner failure is fail-closed for T3+ and human-required for T1/T2.
- GitHub failure may defer PR creation but cannot fabricate a URL.
- The authoring agent instance cannot approve its own change.
Boundaries
Do not bypass CI, dismiss blocking findings, auto-approve T4/T5, merge without policy evidence, or expose credentials. PR creation and merge are separate audited actions.
Read the contract for approval transitions and failure routes. Read examples before issuing a decision.