oag-review-workflow

Align intent, identify engineering smells, and generate structured review artifacts.

1|Updated Mar 10, 2026
One-click install
npx skills add https://github.com/cr8ivecodesmith/open-auggd --skill oag-review-workflow
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: oag-review-workflow
Source: https://github.com/cr8ivecodesmith/open-auggd/tree/main/src/open_auggd/templates/skills/oag-review-workflow
Command: npx skills add https://github.com/cr8ivecodesmith/open-auggd --skill oag-review-workflow

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This Skill addresses the complexities of review work in software development by facilitating intent alignment, engineering smell testing, and the production of actionable review artifacts.

Core Features & Use Cases

  • Intent Alignment: Ensures the implementation satisfies scoped behavior and acceptance criteria.
  • Engineering Smell Pass: Identifies potential issues like code redundancy, complexity, and maintainability drift.
  • Review Artifacts: Generates structured review artifacts with executive summaries and actionable findings.
  • Use Case: Ideal for code reviews, where it helps assess the current TDD cycle, identify smells, and produce detailed review reports.

Quick Start

Start a review session for a specific workspace by running: auggd tools review --ws=<N> start <N>

Frequently Asked Questions about oag-review-workflow

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

FAQPage Schema
How do I streamline code review work to align intent and detect engineering smells?

Streamline code review by aligning scoped behavior with acceptance criteria, identifying engineering smells like redundancy and complexity, and generating structured artifacts. This ensures implementation satisfies the intended behavior while maintaining code health.

What is an engineering smell pass in a TDD workflow?

An engineering smell pass in a TDD workflow identifies potential issues like code redundancy, complexity, and maintainability drift. It helps assess the current TDD cycle and ensures the codebase remains healthy throughout development.

How do I generate structured code review artifacts with actionable findings?

Generate structured code review artifacts by analyzing the implementation against scoped behavior and running engineering smell tests. The output includes executive summaries and actionable findings to guide maintainability improvements.

Can I use this review workflow tool to assess the current TDD cycle?

Yes, you can use this review workflow tool to assess the current TDD cycle. It checks whether the implementation satisfies acceptance criteria, identifies engineering smells, and produces detailed review reports for quality assurance.

When do I need a structured review and analysis framework for code health?

You need a structured review and analysis framework when addressing complexities in software development workflows. It facilitates intent alignment, engineering smell testing, and the production of actionable review artifacts to ensure maintainability and code health.

What are the limitations of automated engineering smell testing in code reviews?

Automated engineering smell testing focuses on identifying redundancy, complexity, and maintainability drift but requires a robust review framework. It does not replace human judgment for complex logic validation but streamlines generating structured review artifacts.