Agent skill
quality-assess
Perform GRADE quality assessment on a research source
Install this agent skill to your Project
npx add-skill https://github.com/jmagly/aiwg/tree/main/agentic/code/frameworks/sdlc-complete/skills/quality-assess
SKILL.md
Quality Assess Command
Perform a GRADE evidence quality assessment on a research source or finding.
Instructions
When invoked, perform systematic GRADE assessment:
-
Load Source
- Accept REF-XXX identifier or file path
- Load frontmatter metadata
- Determine source type and baseline quality
-
Apply GRADE Framework
- Evaluate 5 downgrade factors (bias, inconsistency, indirectness, imprecision, publication bias)
- Evaluate 3 upgrade factors (large effect, dose-response, confounding)
- Calculate final GRADE level
-
Generate Assessment
- Fill assessment template per @.aiwg/research/docs/grade-assessment-guide.md
- Include hedging language recommendations
- Include applicability notes for AIWG context
-
Save Assessment
- Save to
.aiwg/research/quality-assessments/{ref-id}-assessment.yaml - Update frontmatter in source document if --update-frontmatter
- Save to
-
Report
- Display GRADE level with confidence statement
- Show allowed vs forbidden hedging language
- Flag any existing citations that violate the assessed quality level
Arguments
[ref-id or file-path]- Source to assess (required)--output [yaml|markdown]- Output format (default: yaml)--update-frontmatter- Update source document frontmatter with assessment--check-citations- Also check existing citations of this source for GRADE compliance
References
- @.aiwg/research/docs/grade-assessment-guide.md - GRADE methodology
- @$AIWG_ROOT/agentic/code/frameworks/sdlc-complete/agents/quality-assessor.md - Quality Assessor agent
- @$AIWG_ROOT/agentic/code/frameworks/sdlc-complete/schemas/research/quality-dimensions.yaml - Quality schema
- @$AIWG_ROOT/agentic/code/frameworks/sdlc-complete/rules/citation-policy.md - Hedging language rules
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?