ry-review

star 1

Ревью ry-review: сделай ревью, report-only diff/PR/scope, find problems. Используй для: найди проблемы. EN: code review.

NDDev-it-com By NDDev-it-com schedule Updated 6/12/2026

name: ry-review description: "Ревью ry-review: сделай ревью, report-only diff/PR/scope, find problems. Используй для: найди проблемы. EN: code review."

ry-review

Purpose

Find real issues before merge or deploy. Default mode is report-only: do not edit files unless the user explicitly asks after seeing findings.

Workflow

  1. Determine review target: current diff, branch vs main, PR, file scope, or prompt scope.
  2. Initialize missing context with ry-init if needed.
  3. Use Serena to map changed symbols and affected integration graph.
  4. Use rldyour-explore for current implementation best practices when the review depends on external technology behavior.
  5. Run reviewer tracks. Use subagents when this review request or an explicit-review ry-start request calls for parallel review.
  6. Consolidate findings by severity and confidence. Validate uncertain findings with code evidence.
  7. Output Russian report with exact paths, impact, suggested fixes, and whether each finding is must-fix.

Review Target Parsing

When the owner asks for a time-window or history-based review, resolve the review target before dispatching reviewers:

  • last N days / за последние N дней: compute the exact commit range with git log --since.
  • since DATE / с DATE: use the explicit date as the lower bound.
  • PR #N or issue #N: inspect the GitHub PR/issue and verify its relevance against current code before treating it as a finding.
  • branch vs main: review the merge-base diff plus related commits.
  • since last deploy: identify the last verified deployment marker or ask for it if the repository has no durable deploy record.

Report the resolved commit range, PR/issue IDs, and any unresolved evidence gap.

Reviewer Tracks

Read references/reviewer-protocol.md. These tracks are orchestrated by ry-review or ry-start; they are not broad implicit-entry skills.

  • flow-architecture-review
  • flow-quality-review
  • flow-consistency-review
  • flow-integration-review
  • flow-verification-review
  • flow-security-review when sensitive or requested
Install via CLI
npx skills add https://github.com/NDDev-it-com/rldyour-codex --skill ry-review
Repository Details
star Stars 1
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator
NDDev-it-com
NDDev-it-com Explore all skills →