developer_review

Automate code-review and risk assessment for Developer Studio repositories.

1.4k|169|Updated Mar 6, 2026
One-click install
npx skills add https://github.com/siddsachar/row-bot --skill developer-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: developer_review
Source: https://github.com/siddsachar/row-bot/tree/main/bundled_skills/developer_review
Command: npx skills add https://github.com/siddsachar/row-bot --skill developer-review

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill addresses the challenge of manual, inconsistent code reviews by automating the risk assessment process for Developer Studio repositories.

Core Features & Use Cases

  • Inspect workspace identity (branch, dirty state) and changed files.
  • Read relevant diffs and implementation files to surface issues.
  • Identify correctness, security, performance issues, and missing tests; generate prioritized findings with file paths and line references.
  • Suggest non-destructive recommendations and safe test guidance.

Quick Start

Review the current workspace changes and produce a prioritized developer review report.

Frequently Asked Questions about developer_review

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

FAQPage Schema
How do I automate code review and risk assessment for pull requests?

Automated code review and risk assessment reads workspace diffs to identify correctness, security, and performance issues. It inspects changed files and generates prioritized findings with file paths and line references for PR reviews.

What is the best way to check for missing tests and security issues in a repository diff?

Repository diff analysis identifies missing tests and security vulnerabilities by reading implementation files. It surfaces issues through a structured workflow that assesses correctness and generates prioritized findings with safe test guidance.

Does automated PR review work with Developer Studio repositories across multiple projects?

Automated PR review works with Developer Studio repositories across multiple projects. It enforces governance checks and quality gates by inspecting workspace identity, branch state, and changed files to report findings.

How do I enforce quality gates and governance checks for repository-wide changes?

Quality gates and governance checks are enforced by inspecting workspace state and reading relevant diffs. The risk assessment process evaluates tests and security to produce non-destructive recommendations for repository-wide changes.

Can I get safe test guidance and non-destructive recommendations from a code review tool?

Code review tools provide safe test guidance and non-destructive recommendations after assessing diffs. The automated risk assessment evaluates implementation files and suggests safe testing approaches without modifying existing code.

What issues does automated diff analysis look for when reviewing code changes?

Automated diff analysis looks for correctness, security, and performance issues in code changes. It reads implementation files to surface problems and generates prioritized findings with specific file paths and line references.