code-review

Automates pre- and post-human PR reviews across repositories and teams.

Updated Feb 10, 2026
One-click install
npx skills add https://github.com/endaoment/fellowship-code --skill code-review-endaoment
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/endaoment/fellowship-code/tree/main/skills/code-review
Command: npx skills add https://github.com/endaoment/fellowship-code --skill code-review-endaoment

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates bidirectional PR reviews by performing a self-review before human feedback and by iteratively addressing human comments to improve code quality.

Core Features & Use Cases

  • Self-review: Line-by-line diff analysis with structured, concrete comments.
  • Post-human iteration: Address reviewer feedback across iterations and across related files.
  • Cross-repo coordination: Aligns feedback for multi-repo or multi-team PRs.

Quick Start

Provide the PR URL to begin the bidirectional review workflow.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate pull-request reviews before and after human feedback?

Automated pull-request reviews perform a self-review line-by-line diff analysis before human feedback and iteratively address reviewer comments after human input. This enforces full-diff analysis and precise line-level comments to improve code quality.

Can I use automated code review for multi-repo or cross-team PRs?

Automated code review supports multi-repo and multi-team PRs by aligning feedback across related files. It coordinates cross-repo changes to apply consistent diff analysis and follow-up tasks across different repositories.

How do I address reviewer comments and re-check CI automatically?

Post-human iteration addresses reviewer comments across related files and triggers automatic CI re-checks. Status updates apply automatically in response to human feedback, ensuring continuous integration validation throughout the review cycle.

What is the best way to ensure full-diff analysis across frontend, backend, and tests?

Full-diff analysis across frontend, backend, and tests is ensured by performing structured line-by-line reviews. The automated process applies precise line-level comments to enforce comprehensive code quality assurance before human reviewers evaluate the pull request.

What do I need to start a bidirectional PR review workflow?

To start a bidirectional PR review workflow, you need to provide the PR URL. This initiates the automated process to analyze diffs, generate structured comments, and manage follow-up tasks across the specified pull request.