What problem does it solve?
This Skill helps diagnose and resolve user-reported graduation requirement QA issues by grouping similar reports, verifying expected behavior against the graduation wiki, and separating data drift from code defects or conflicting rules.
Core Features & Use Cases
- Issue clustering: Groups repeated QA reports by underlying cause so related failures can be handled together.
- Ground-truth verification: Confirms the intended behavior using the graduation-llm-wiki as the reference source.
- Root-cause classification: Distinguishes sheet/data drift, code bugs, and rule inconsistencies before proposing a fix.
- Regression validation: Requires fixture-based tests for reported student cases and wiki citations in pull requests.
- Use Case: A student claims a specific graduation requirement is being judged incorrectly; this Skill traces the report to the source, verifies the expected outcome, and recommends the corrective action.
Quick Start
Analyze this graduation QA report, cluster it with related cases, verify the correct behavior against the wiki, and return the root cause with the needed regression test.