oat-project-review-provide

Execute lifecycle-scoped code and artifact reviews for OAT projects.

1|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/tkstang/open-agent-toolkit --skill oat-project-review-provide
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: oat-project-review-provide
Source: https://github.com/tkstang/open-agent-toolkit/tree/main/.agents/skills/oat-project-review-provide
Command: npx skills add https://github.com/tkstang/open-agent-toolkit --skill oat-project-review-provide

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of requesting and executing code or artifact reviews for active OAT projects, ensuring quality gates are met before merging changes.

Core Features & Use Cases

  • Automated Review Execution: Initiates a review process for code or specific artifacts (discovery, spec, design, plan).
  • Scope Resolution: Intelligently determines the scope of the review, from specific tasks and phases to the entire project or a commit range.
  • Mode-Aware Validation: Adapts review requirements based on the OAT workflow mode (spec-driven, quick, import).
  • Use Case: After completing a development phase for a new feature, you can run this skill to get an independent review of the code changes, ensuring they align with the project's specifications and quality standards.

Quick Start

Use the oat-project-review-provide skill to perform a code review for the current phase.

Frequently Asked Questions about oat-project-review-provide

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

FAQPage Schema
How do I run a code review before merging code changes in a development workflow?

A quality gate automates code review for completed development work by executing a lifecycle-scoped review. It intelligently resolves scope, detects re-review contexts, and prepares metadata to ensure changes align with project requirements before merging.

Can I request an artifact review for specific project phases like discovery or design?

Yes, you can request artifact reviews for discovery, spec, design, and plan phases. The review process intelligently resolves scope from specific tasks to the entire project, preparing metadata for reviewers and adapting to different workflow modes.

Does the quality gate validation adapt to different project management modes?

Quality gate validation adapts review requirements based on the active workflow mode, including spec-driven, quick, and import modes. This mode-aware validation ensures review checks align with the specific project management methodology being used.

What is lifecycle-scoped review and how does it handle worktree resolutions for artifact placement?

Lifecycle-scoped review evaluates completed work within a project lifecycle phase or commit range. It handles worktree resolutions to ensure accurate artifact placement and detects re-review contexts to maintain quality gate integrity throughout the development workflow.

How do I resolve scope when running a project review across a specific commit range?

The quality gate intelligently resolves review scope from specific tasks, phases, or the entire project down to a defined commit range. It prepares metadata for reviewers and detects re-review contexts to accurately validate code changes within that range.