From test-quality
Extract testing lessons from bug fixes and update the knowledge base. Use this skill when the user asks to "learn from this bug", "extract a testing lesson", "update test knowledge", "what should we test for this", or after completing a bug fix to capture reusable test patterns that prevent similar regressions.
npx claudepluginhub ats-kinoshita-iso/agent-workshop --plugin test-qualityThis skill uses the workspace's default tool permissions.
Analyze the most recent bug fix to extract a testing lesson. Steps:
Searches, retrieves, and installs Agent Skills from prompts.chat registry using MCP tools like search_skills and get_skill. Activates for finding skills, browsing catalogs, or extending Claude.
Searches prompts.chat for AI prompt templates by keyword or category, retrieves by ID with variable handling, and improves prompts via AI. Use for discovering or enhancing prompts.
Guides MCP server integration in Claude Code plugins via .mcp.json or plugin.json configs for stdio, SSE, HTTP types, enabling external services as tools.
Analyze the most recent bug fix to extract a testing lesson. Steps:
Update tests/.test-knowledge.json with the new pattern:
{
"id": "short-kebab-id",
"description": "What to test and why",
"learned_from": "Brief description of the bug",
"date_added": "YYYY-MM-DD",
"applies_to": ["relevant", "module", "categories"]
}
Create tests/.test-knowledge.json if it doesn't exist yet. Show the update and
ask for confirmation before writing.