Codex

grade-report

Generate corpus-wide GRADE quality distribution report

104 stars

Best use case

grade-report is best used when you need a repeatable AI agent workflow instead of a one-off prompt.

It is a strong fit for teams already working in Codex.

Generate corpus-wide GRADE quality distribution report

Teams using grade-report should expect a more consistent output, faster repeated execution, less prompt rewriting.

When to use this skill

  • You want a reusable workflow that can be run more than once with consistent structure.

When not to use this skill

  • You only need a quick one-off answer and do not need a reusable workflow.
  • You cannot install or maintain the underlying files, dependencies, or repository context.

Installation

Claude Code / Cursor / Codex

$curl -o ~/.claude/skills/grade-report/SKILL.md --create-dirs "https://raw.githubusercontent.com/jmagly/aiwg/main/.agents/skills/grade-report/SKILL.md"

Manual Installation

  1. Download SKILL.md from GitHub
  2. Place it in .claude/skills/grade-report/SKILL.md inside your project
  3. Restart your AI agent — it will auto-discover the skill

How grade-report Compares

Feature / Agentgrade-reportStandard Approach
Platform SupportCodexLimited / Varies
Context Awareness High Baseline
Installation ComplexityUnknownN/A

Frequently Asked Questions

What does this skill do?

Generate corpus-wide GRADE quality distribution report

Which AI agents support this skill?

This skill is designed for Codex.

Where can I find the source code?

You can find the source code on GitHub using the link provided at the top of the page.

Related Guides

SKILL.md Source

# GRADE Report Command

Generate a report on the evidence quality distribution across the research corpus.

## Instructions

When invoked, analyze and report on corpus quality:

1. **Scan Quality Assessments**
   - Load all assessments from `.aiwg/research/quality-assessments/`
   - Load frontmatter quality fields from all sources

2. **Calculate Distribution**
   - Count sources by GRADE level (HIGH, MODERATE, LOW, VERY LOW)
   - Count sources by source type
   - Identify unassessed sources

3. **Generate Report**
   - Summary table: GRADE distribution
   - Source type breakdown
   - Unassessed sources list
   - Hedging compliance summary (overclaiming count)
   - Recommendations for corpus improvement

4. **Save Report**
   - Display to user
   - Optionally save to `.aiwg/reports/grade-report.md`

## Arguments

- `--brief` - Show summary only
- `--unassessed` - Show only unassessed sources
- `--save` - Save report to `.aiwg/reports/grade-report.md`

## References

- @.aiwg/research/docs/grade-assessment-guide.md - GRADE methodology
- @$AIWG_ROOT/agentic/code/frameworks/sdlc-complete/agents/quality-assessor.md - Quality Assessor
- @$AIWG_ROOT/agentic/code/frameworks/sdlc-complete/schemas/research/quality-dimensions.yaml - Quality schema

Related Skills

uat-report

104
from jmagly/aiwg

Generate UAT completion report with tool coverage matrix, pass/fail metrics, and regression detection

Codex

sdlc-reports

104
from jmagly/aiwg

Generate SDLC reports including iteration status, metrics dashboards, and executive summaries across phases

Codex

regression-report

104
from jmagly/aiwg

Generate comprehensive regression analysis reports combining bisect, baseline, and metrics data with actionable recommendations

Codex

provenance-report

104
from jmagly/aiwg

Generate provenance coverage dashboard and statistics

Codex

mention-report

104
from jmagly/aiwg

Generate traceability report from @-mentions

Codex

grade-on-ingest

104
from jmagly/aiwg

Trigger GRADE quality assessment automatically when new research sources or findings enter the corpus

Codex

forensics-report

104
from jmagly/aiwg

Generate forensic investigation report

Codex

eval-report

104
from jmagly/aiwg

Generate an aggregate agent quality report from evaluation results, showing scores, regressions, and recommendations

Codex

cost-report

104
from jmagly/aiwg

Generate a cost and token-spending report for the current or most recent workflow session

Codex

aiwg-orchestrate

104
from jmagly/aiwg

Route structured artifact work to AIWG workflows via MCP with zero parent context cost

venv-manager

104
from jmagly/aiwg

Create, manage, and validate Python virtual environments. Use for project isolation and dependency management.

pytest-runner

104
from jmagly/aiwg

Execute Python tests with pytest, supporting fixtures, markers, coverage, and parallel execution. Use for Python test automation.