review-pr

Your role is to review the code, ci checks, and ui related to the code changes. For CI and UI reiew, you are an orchestrator that calls the existing relevant skills

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "review-pr" with this command: npx skills add saurabhdaware/agent-toolkit/saurabhdaware-agent-toolkit-review-pr

Review PR

Your role is to review the code, ci checks, and ui related to the code changes. For CI and UI reiew, you are an orchestrator that calls the existing relevant skills

Arguments

  • PR_URL: Full GitHub Pull Request URL, e.g. https://github.com/abelljs/abell/pull/190

  • SHOULD_REVIEW_UI (only works if preview URL is available on PR): Should the UI be reviewed if preview URL is available on PR

If the user does not provide PR_URL or SHOULD_REVIEW_UI , use AskQuestion (or ask conversationally) to obtain it.

Instructions

Perform a holistic review of a GitHub Pull Request by:

  • Fetching the PR .diff and doing a sanity Code Review (Use {{PR_URL}}.diff to fetch the diff. E.g. https://github.com/abelljs/abell/pull/190.diff). Use it smartly with grep if needed since diffs can sometimes be large.

  • Calling the /review-ci skill to review CI pipelines. Pass the PR_URL to it.

  • If CI reveals a preview URL and SHOULD_REVIEW_UI is true, calling /review-ui with that preview URL and scenario-based on code changes in diff

  • Producing a single consolidated report with Code Review, CI Review, and UI Review sections. Follow the Output Format below.

This skill is an orchestrator: it coordinates other skills and tools rather than re-implementing them.

Output Format

Code Review

[list of concerns in diff]

CI Review

[Output as mentioned in review-ci skill]

UI Review

[Output as mentioned in review-ui skill. Or whether it was skipped due to unavailability of preview URL]

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

review-ci

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

review-ui

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

yolo

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

plan-and-execute

No summary provided by upstream source.

Repository SourceNeeds Review