code-review

Evaluate code changes against ValueOS standards for violations and blockers.

Updated Nov 17, 2025
One-click install
npx skills add https://github.com/Valynt/ValueOS --skill code-review-valynt
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: code-review
Source: https://github.com/Valynt/ValueOS/tree/main/.windsurf/skills/code-review
Command: npx skills add https://github.com/Valynt/ValueOS --skill code-review-valynt

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the evaluation of code changes against ValueOS standards, surfacing blockers and quality issues before merge.

Core Features & Use Cases

  • Enforces tenant isolation checks to prevent cross-tenant data leakage.
  • Validates TypeScript strictness, security considerations, and testing coverage for new changes.
  • Applies consistently to PR diffs, feature branches, and integration changes across the codebase.
  • Generates actionable feedback and a structured review summary for developers and reviewers.

Quick Start

Review a PR using the code-review workflow to surface violations and blockers.

Frequently Asked Questions about code-review

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

FAQPage Schema
How do I automate code review checks for TypeScript strictness and security?

Automate code review by evaluating PR diffs against predefined standards to identify TypeScript strictness and security violations. This Skill automatically surfaces blockers and quality issues before merge, generating actionable feedback and a structured summary for developers.

How do I prevent cross-tenant data leakage in pull request diffs?

Prevent cross-tenant data leakage by enforcing tenant isolation checks on pull request diffs. This Skill validates code changes to ensure strict tenant boundaries are maintained, automatically flagging violations that could compromise data isolation before integration.

Can I use automated PR checks to enforce test coverage on feature branches?

Yes, you can enforce test coverage on feature branches by running automated PR checks. This Skill evaluates new code changes to verify that accompanying test coverage meets ValueOS standards, applying consistently across feature branches and integration changes.

What is the best way to validate agent conventions in TypeScript codebases?

The best way to validate agent conventions in TypeScript codebases is to automatically evaluate code changes against established standards. This Skill checks feature branches and integration changes to ensure agent conventions are followed, producing a structured review summary.

Does automated code review work with integration changes across the codebase?

Yes, automated code review works with integration changes across the codebase. This Skill applies consistently to PR diffs, feature branches, and integration changes in TypeScript-based codebases, evaluating tenant isolation, strict typing, security, and test coverage.

Why does my code review fail when test coverage is missing for new changes?

Code review fails when test coverage is missing because this Skill enforces accompanying test coverage for all new changes. It evaluates code against ValueOS standards, automatically blocking merges that lack sufficient tests to ensure quality assurance.