engineering-review-v2

Map pull request changes to TI Engineering Standards and return an approval decision.

3|Updated Feb 20, 2026
One-click install
npx skills add https://github.com/drdatarulz/TI-Engineering-Standards --skill engineering-review-v2
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: engineering-review-v2
Source: https://github.com/drdatarulz/TI-Engineering-Standards/tree/main/skills/archive/engineering-review-v2
Command: npx skills add https://github.com/drdatarulz/TI-Engineering-Standards --skill engineering-review-v2

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill streamlines engineering PR reviews by enforcing TI Engineering Standards checks, guiding reviewers to produce actionable line-level feedback or green-light approvals.

Core Features & Use Cases

  • Two modes: implementation for code reviews focusing on architecture, APIs, databases, tests, and coding standards; integration-tests for assessing test quality and patterns.
  • Standards-driven checks: automatically loads and applies the full set of TI-Engineering-Standards to each PR, guiding comments and approvals.
  • Use Case: When a PR introduces new API changes, the reviewer can verify alignment with standards and add precise, line-level improvements or approve if compliant.

Quick Start

Provide a review for a given PR against TI Engineering Standards and issue actionable line-level comments or approve.

Frequently Asked Questions about engineering-review-v2

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

FAQPage Schema
How do I review a pull request against engineering standards?▼

To review a pull request against engineering standards, provide the PR changes to the Skill, which maps them to TI Engineering Standards to determine compliance and return a structured evaluation with required actions and an approval decision.

Can I automate code review feedback for API architecture and database changes?▼

Yes, you can automate code review feedback for API architecture and database changes using the implementation mode, which focuses on coding standards and generates precise, actionable line-level comments based on compliance checks.

What does integration test quality review cover for pull requests?▼

Integration test quality review covers assessing test quality and patterns within a pull request, evaluating whether the integration tests align with TI Engineering Standards and returning required changes or an approval decision.

Does this standards compliance review require any external dependencies?▼

No, this standards compliance review requires no external dependencies, automatically loading and applying the full set of TI-Engineering-Standards to evaluate architecture, APIs, testing, and documentation within the provided pull request.

What is the best way to enforce engineering standards compliance during PR reviews?▼

The best way to enforce engineering standards compliance during PR reviews is to use a standards-driven checker that identifies PR changes, maps them to TI Engineering Standards, and issues structured line-level comments or green-light approvals.