plugins/migration-scoring/skills/score-quality/SKILL.md
Score code migration quality based on coverage and correctness. Evaluates how well target code represents source functionality.
npx skillsauth add openhands/extensions score-qualityInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Evaluate migration quality by scoring coverage and correctness for each source-target file pair.
Prerequisite: A migration mapping file must exist (see migration-mapping skill).
See references/scoring-criteria.md for the 1-5 scoring scales.
Save scores as a JSON file:
{
"source_file_1.cbl": {
"coverage": 4,
"correctness": 5,
"justification": "All calculation logic migrated. Tax rounding matches COBOL behavior."
}
}
For each source file and its mapped target files:
Identify key functionality in the source
Check coverage in the target
Verify correctness
Document justification
If a score file already exists, update it with new scores rather than replacing it entirely.
tools
Create an automation that generates an async standup digest from Slack. Searches selected channels for messages since the previous workday, groups updates by project, highlights blockers and decisions, and posts a summary to a target channel.
tools
Create an automation that writes a recurring research brief. Uses Tavily MCP for web research and Notion MCP to publish the final brief with executive summary, implications, and source citations.
tools
Create an automation that triages new Linear issues. Inspects the issue title, description, team, customer, priority, and recent related issues via Linear MCP. Suggests labels, priority, likely owner, duplicates, and posts a clarifying comment.
tools
Create an automation that drafts incident retrospectives. Gathers incident-channel messages from Slack, collects linked tickets and follow-ups from Linear, and publishes a retrospective draft to Notion with a timeline, impact summary, root-cause hypotheses, and action items.