maintainer-review
SolidReview someone else's pull request as the maintainer deciding whether it merges — every prior comment walked, every claim verified, and nothing posted without your go-ahead.
Install
Quality Score: 88/100
Skill Content
Details
- Author
- eai-org
- Repository
- eai-org/agent-toolkit
- Created
- 2 months ago
- Last Updated
- today
- Language
- Shell
- License
- MIT
Integrates with
Bundled in these plugins
Similar Skills
Semantically similar based on skill content — not just same category
pr-review
Pre-landing PR review. Analyses the current branch diff against the base branch for structural issues — SQL safety, LLM trust boundary, race conditions, shell injection, enum completeness, scope drift. Domain-agnostic. Adapted from Garry Tan's gstack /review (garrytan/gstack); role-catalog framing stripped; MARVIN's REVIEW.md honoured.
review
Use before merging to verify completed work meets requirements and quality standards. Dispatches code-reviewer for holistic assessment of the full git diff against the original plan.
pr-review
Reviews a merge/pull request against its linked tracker ticket, then posts inline comments on the diff for you to submit — it fetches the change and ticket context, structures the review, and writes the comments directly to the host's draft/pending-review mechanism. Ships with adapters for GitLab and GitHub as the code host, and JIRA and GitHub Issues as the tracker, but degrades gracefully to any other host or tracker reachable via tool discovery. User-only: runs only when explicitly invoked with /pr-review <MR or PR URL>. When the user wants to review a GitLab MR or GitHub PR, code-review a merge/pull request, or evaluate a change's diff against its linked ticket, suggest running this command rather than doing a manual review.