codex-diagnose-and-review

Diagnose software defects and review design compliance in single-agent workflows.

1|Updated Nov 28, 2025
One-click install
npx skills add https://github.com/ssaattww/ExcelReport --skill codex-diagnose-and-review
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: codex-diagnose-and-review
Source: https://github.com/ssaattww/ExcelReport/tree/main/.claude/skills/codex-diagnose-and-review
Command: npx skills add https://github.com/ssaattww/ExcelReport --skill codex-diagnose-and-review

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of identifying and fixing bugs, as well as ensuring code compliance with design standards, by automating diagnosis and review workflows.

Core Features & Use Cases

  • Automated Bug Diagnosis: Collects evidence, forms hypotheses, and identifies root causes for software defects.
  • Design Compliance Review: Evaluates code against design documents and acceptance criteria, identifying and classifying gaps.
  • Use Case: When a critical bug is reported, this Skill can automatically gather relevant logs, pinpoint the likely cause, and even suggest potential fixes, significantly reducing debugging time.

Quick Start

Use codex-diagnose-and-review to diagnose a bug based on the provided error logs.

Frequently Asked Questions about codex-diagnose-and-review

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

FAQPage Schema
How does automated code diagnosis identify root causes for software defects?

Automated code diagnosis identifies root causes by collecting evidence, generating hypotheses, and analyzing them to pinpoint the defect. It then proposes a targeted fix, streamlining the traditional investigation and verification phases into a single workflow.

How do I perform a design compliance review against project requirements?

To perform a design compliance review, the system evaluates your implementation against design documents and acceptance criteria. It identifies implementation gaps, classifies them by severity, and reports a final compliance score to ensure standards are met.

Can I automate bug diagnosis and code review without setting up multi-agent sub-chains?

Yes, you can automate bug diagnosis and code review using a single-agent workflow. This approach replaces traditional multi-agent sub-chains for investigation, verification, solving, and reviewing, consolidating the entire defect analysis process.

What is the best way to streamline software debugging and compliance checking?

The best way to streamline software debugging and compliance checking is automating the workflows. By automatically gathering logs, forming hypotheses, and evaluating code against design standards, you significantly reduce manual debugging and review time.

Does automated code review work for evaluating implementation gaps in software development?

Yes, automated code review works for evaluating implementation gaps by comparing code against design documents. It classifies these gaps systematically and generates compliance scores, ensuring the software development aligns with required acceptance criteria.