quality-radar-remediation
Run a bounded quality audit across a repo or control plane, split the scan into 3-5 evidence lanes, consolidate overlapping findings, and remediate the highest-leverage issues with one main-agent owner. Use when a user wants a broad hygiene pass, drift audit, regression triage, control-plane review, or a parallel analysis followed by direct remediation.
What this skill does
# Quality Radar Remediation Use this skill to turn a broad, fuzzy quality pass into a disciplined sequence: 1. retrieve the owning docs, tests, hooks, and scripts 2. split the audit into bounded lanes 3. collect evidence in parallel only when the user explicitly authorizes subagents or parallel agent work 4. merge overlaps into one ranked finding set 5. remediate only the concrete, highest-leverage issues 6. rerun the proof bundle This skill is for one-owner remediation. Subagents are evidence collectors, not patch owners. ## Inputs - target surface: repo, control plane, toolchain, or docs surface - stated goal: audit only, audit plus remediation, or enforcement hardening - applicable owner docs and triggers - current tests, lint, hooks, scripts, and validation commands - explicit permission for subagents if parallel lane analysis is desired ## Pick Lanes Use 3-5 lanes. Do not hardcode five when fewer lanes cover the problem. Preferred lane types: - `mechanical-drift`: lint, hooks, config drift, broken scripts, deterministic contract regressions - `surface-ownership`: misplaced guidance, stale aliases, wrong owner surface, duplicated doctrine - `evidence-gaps`: missing or misleading tests, weak proof paths, stale validation claims - `cleanup-backlog`: stale or redundant surfaces, oversized docs, low-signal artifacts, expected-empty vs real drift - `hot-path-ux`: cheap command behavior, help output, no-input behavior, install hints, direct-path misuse Add a custom lane only when the target surface has a clear domain-specific contract. ## Choose Execution Mode If the user explicitly asked for subagents, delegation, or parallel agent work: - assign one lane per subagent - keep each lane read-only - require compact outputs with findings, evidence, owner surface, confidence, and cheapest enforcement target - keep the main agent local and immediately work on retrieval, dedupe preparation, or proof planning instead of waiting If the user did not explicitly authorize subagents: - run the same lanes serially yourself - keep the lane structure and output contract unchanged ## Lane Contract Every lane must return only bounded, actionable findings: - no more than 5-8 findings - each finding includes: - status: `pass|warn|fail` - concrete evidence - impacted surface - likely owner - cheapest correct fix target: `lint|hook|config|test|doc|memory|runtime` - confidence - include a short `do not retry` note for dead ends or misleading checks Reject lane output that is vague, duplicative, or not grounded in code, docs, tests, or command output. ## Consolidate Findings Before editing anything: 1. merge duplicates across lanes 2. separate deterministic failures from doctrine cleanup 3. rank by leverage: - broken proof or failing contract first - cheap enforcement wins over prose - broad doctrine cleanup only after mechanical issues are stable 4. choose one fix batch that can be verified cleanly Do not mix a large ownership refactor into the same batch as a small deterministic regression unless the two are inseparable. ## Remediation Rules - the main agent is the only writer unless the user explicitly asks for distributed implementation - prefer the owning enforcement surface over narrative guidance - patch the narrowest durable control: - failing deterministic rule -> test, lint, or script - unsafe pre-execution misuse -> narrow hook - owner confusion or sequencing gap -> owner doc or AGENTS trigger - avoid speculative cleanups during the first fix pass - if a finding is real but not fix-now, record it as residual risk instead of half-fixing it ## Proof Bundle Always rerun the strongest cheap proofs that match the touched surfaces. Prefer a compact bundle such as: - full lint for the owned surface - targeted regression tests for changed contracts - direct script or CLI smoke checks - registry or ownership validation commands - cleanup or GC dry-run commands when relevant Do not claim success from static edits alone. ## Output Shape When the audit phase ends, produce: - chosen lanes - consolidated top findings in ranked order - fix batch chosen now - deferred findings, if any, with reason When remediation ends, produce: - what changed - exact proof bundle run - what remains open ## Guardrails - do not create parallel writers by default - do not let subagents decide final priority - do not treat weak stylistic complaints as equal to broken tests or contracts - do not widen a repo-local issue into a global rule without cross-surface evidence - do not keep feeder automations when the durable asset is the skill itself - do not stop after analysis if the user asked for remediation and the fix is feasible now ## Expected Result - broad audits become bounded and reproducible - parallel analysis, when allowed, stays read-only and non-overlapping - remediation is applied by one owner with clear priority - proof commands close the loop - recurring drift gets converted into enforcement instead of repeated manual rediscovery
Related in AI Agents
skill-development
IncludedComprehensive meta-skill for creating, managing, validating, auditing, and distributing Claude Code skills and slash commands (unified in v2.1.3+). Provides skill templates, creation workflows, validation patterns, audit checklists, naming conventions, YAML frontmatter guidance, progressive disclosure examples, and best practices lookup. Use when creating new skills, validating existing skills, auditing skill quality, understanding skill architecture, needing skill templates, learning about YAML frontmatter requirements, progressive disclosure patterns, tool restrictions (allowed-tools), skill composition, skill naming conventions, troubleshooting skill activation issues, creating custom slash commands, configuring command frontmatter, using command arguments ($ARGUMENTS, $1, $2), bash execution in commands, file references in commands, command namespacing, plugin commands, MCP slash commands, Skill tool configuration, or deciding between skills vs slash commands. Delegates to docs-management skill for official documentation.
reprompter
IncludedTransform messy prompts into well-structured, effective prompts — single or multi-agent. Use when: "reprompt", "reprompt this", "clean up this prompt", "structure my prompt", rough text needing XML tags and best practices, "reprompter teams", "repromptception", "run with quality", "smart run", "smart agents", multi-agent tasks, audits, parallel work, anything going to agent teams. Don't use when: simple Q&A, pure chat, immediate execution-only tasks. See "Don't Use When" section for details. Outputs: Structured XML/Markdown prompt, quality score (before/after), optional team brief + per-agent sub-prompts, agent team output files. Success criteria: Single mode quality score ≥ 7/10; Repromptception per-agent prompt quality score 8+/10; all required sections present, actionable and specific.
adaptive-compaction
IncludedAdaptive add-on policy and recovery layer that decides WHEN to compact, prune, snapshot, or fork -- replacing fixed-percent auto-compaction across Claude Code, Codex, and MCP-capable hosts. Trigger on auto-compact timing or damage: "when should I compact", "is it safe to compact now or start a fresh session", "auto-compact fires too early/mid-task", "switching to an unrelated task but the window still has space", "context rot", "answers get worse the longer the session runs", "the agent forgot the plan or my decisions after it summarized", "add a layer on top that manages context without changing the agent", raising autoCompactWindow to give the policy room, or installing/tuning a cross-tool compaction policy or PreCompact hook -- even when "compaction" is never said but the problem is context-window pressure or post-summarization memory loss. Do NOT use to summarize a conversation, build RAG, write a summarization prompt (decides WHEN not HOW), or answer max-context-length trivia.
agent-skill-creator
IncludedCreate cross-platform agent skills from workflow descriptions. Activates when users ask to create an agent, automate a repetitive workflow, create a custom skill, or need advanced agent creation. Triggers on phrases like create agent for, automate workflow, create skill for, every day I have to, daily I need to, turn process into agent, need to automate, create a cross-platform skill, validate this skill, export this skill, migrate this skill. Supports single skills, multi-agent suites, transcript processing, template-based creation, interactive configuration, cross-platform export, and spec validation.
llm-wiki
IncludedUse when building or maintaining a persistent personal knowledge base (second brain) in Obsidian where an LLM incrementally ingests sources, updates entity/concept pages, maintains cross-references, and keeps a synthesis current. Triggers include "second brain", "Obsidian wiki", "personal knowledge management", "ingest this paper/article/book", "build a research wiki", "compound knowledge", "Memex", or whenever the user wants knowledge to accumulate across sessions instead of being re-derived by RAG on every query.
skill-master
IncludedAgent Skills authoring, evaluation, and optimization. Create, edit, validate, benchmark, and improve skills following the agentskills.io specification. Use when designing SKILL.md files, structuring skill folders (references, scripts, assets), ingesting external documentation into skills, running trigger evals, benchmarking skill quality, optimizing descriptions, or performing blind A/B comparisons. Keywords: agentskills.io, SKILL.md, skill authoring, eval, benchmark, trigger optimization.