Agent skill
grade-report
Generate corpus-wide GRADE quality distribution report
Install this agent skill to your Project
npx add-skill https://github.com/jmagly/aiwg/tree/main/agentic/code/frameworks/sdlc-complete/skills/grade-report
SKILL.md
GRADE Report Command
Generate a report on the evidence quality distribution across the research corpus.
Instructions
When invoked, analyze and report on corpus quality:
-
Scan Quality Assessments
- Load all assessments from
.aiwg/research/quality-assessments/ - Load frontmatter quality fields from all sources
- Load all assessments from
-
Calculate Distribution
- Count sources by GRADE level (HIGH, MODERATE, LOW, VERY LOW)
- Count sources by source type
- Identify unassessed sources
-
Generate Report
- Summary table: GRADE distribution
- Source type breakdown
- Unassessed sources list
- Hedging compliance summary (overclaiming count)
- Recommendations for corpus improvement
-
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
Recommended Agent Skills
Expand your agent's capabilities with these related and highly-rated skills.
research-document
Generate summaries and literature notes from research papers
research-archive
Package research artifacts for long-term archival
research-cite
Format citations and generate bibliographies
induct-research
Induct research sources into a research repository. Point at an issue, a single file, a directory of papers, or a URI and the skill reads, annotates, and files structured induction tasks — one per source. Similar to address-issues but for research corpora instead of code backlogs.
research-provenance
Query provenance chains and artifact relationships
research-quality
Assess source quality using GRADE methodology
Didn't find tool you were looking for?