productionos-self-eval

Score recent work against self-evaluation criteria to identify quality gaps.

8|Updated Mar 17, 2026
One-click install
npx skills add https://github.com/ShaheerKhawaja/ProductionOS --skill productionos-self-eval
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: productionos-self-eval
Source: https://github.com/ShaheerKhawaja/ProductionOS/tree/main/codex-skills/productionos-self-eval
Command: npx skills add https://github.com/ShaheerKhawaja/ProductionOS --skill productionos-self-eval

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill enables automated self-evaluation of recent work to identify quality gaps, missing dependencies, and honesty concerns, guiding improvements before delivery.

Core Features & Use Cases

  • Score recent artifacts against standardized self-evaluation questions.
  • Route conditional results into a repair loop to fix issues, preventing low-quality output.
  • Optionally perform adversarial validation in deep mode to harden evaluation.

Quick Start

Run the productionos-self-eval workflow on the latest artifact to score quality and generate repair guidance.

Frequently Asked Questions about productionos-self-eval

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

FAQPage Schema
How do I automatically score code quality and find gaps in recent artifacts?

Automated self-evaluation scores recent artifacts against standardized criteria to identify quality, correctness, dependency, and completeness gaps before delivery. It evaluates the latest session or diff to guide quality improvement.

What is adversarial validation in deep mode for code review?

Adversarial validation in deep mode hardens self-evaluation by aggressively testing recent work for honesty concerns and hidden quality issues. It provides a stricter assessment of artifacts beyond standard code review checks.

Can I route conditional evaluation results into a repair loop automatically?

Yes, conditional self-evaluation results can be routed into an optional healing repair loop to fix identified issues. This prevents low-quality output by automatically addressing detected quality gaps.

How does self-evaluation enforce read-only analysis on recent diffs?

Self-evaluation enforces read-only analysis by scoring recent diffs or explicit paths without modifying them. It strictly assesses quality and completeness gaps to generate repair guidance rather than applying changes.

What is the best way to check completeness and dependencies before delivering code?

Running an automated self-evaluation workflow is the best way to check completeness and dependencies. It scores recent work against standardized criteria to identify missing elements and guide quality improvements before delivery.

When should I use deep mode for self-evaluating a session?

Use deep mode self-evaluation on a session when you need adversarial validation to harden quality assessment. It is ideal for catching honesty concerns and hidden correctness gaps that standard evaluation might miss.