review

Analyze pull request diffs and generate structured feedback reports.

30|5|Updated Mar 21, 2026
One-click install
npx skills add https://github.com/max-sixty/tend --skill review-max-sixty
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: review
Source: https://github.com/max-sixty/tend/tree/main/plugins/tend-ci-runner/skills/review
Command: npx skills add https://github.com/max-sixty/tend --skill review-max-sixty

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates a pull request review to ensure code quality and correctness by analyzing diffs, surfacing issues, and guiding contributors through fixes.

Core Features & Use Cases

  • Pre-flight checks: validates PR state, bot identity, and readiness to review.
  • Change understanding: reads diffs in full context to identify potential issues or risks.
  • Actionable feedback: provides inline suggestions and a summarized review with recommended fixes.
  • CI monitoring: tracks status checks and surfaces failures with guidance on next steps.
  • Self-review handling: addresses scenarios where the bot authors or reviews its own PRs.
  • Workflow integration: works across Tend workflows to streamline automated reviews.

Quick Start

Invoke the review skill to assess a pull request and generate a structured feedback report.

Frequently Asked Questions about review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate pull request reviews for code quality?

Automate pull request reviews by analyzing diffs to assess code quality and surface actionable feedback. The process performs pre-flight checks, reads diffs in full context, and generates inline suggestions with recommended fixes.

What is automated PR review and how does it handle CI status?

Automated PR review is a process that validates pull request state and tracks CI status checks. It reads diffs to identify risks, provides inline suggestions, and surfaces CI failures with guidance on next steps.

Can I use automated code review to handle bot-authored pull requests?

Yes, automated code review handles self-review scenarios where the bot authors or reviews its own PRs. It validates bot identity during pre-flight checks and coordinates thread resolution to ensure safety.

What is the best way to provide inline suggestions on a pull request diff?

The best way to provide inline suggestions is by reading diffs in full context to identify issues, then generating actionable feedback with recommended fixes directly within the pull request workflow.

Why does my automated PR review skip certain pull requests?

Automated PR review skips pull requests when pre-flight checks fail, which validates PR state, bot identity, and readiness. This ensures reviews only proceed on PRs that meet pipeline and safety requirements.