Slate v2 quality-gap Autoresearch shortcut. Runs deep-research and quality-gap loops for API/DX/architecture/test coverage gaps, then routes accepted findings to slate-patch, slate-plan, slate-ar-gate, or slate-ar-perf.
65
80%
Does it follow best practices?
Run evals on this skill
Adds up to 20 points to the overall score
View guide
Passed
No findings from the security scan
Fix and improve this skill with Tessl
tessl review fix ./.agents/skills/slate-ar-quality/SKILL.mdHandle $ARGUMENTS by loading slate-ar and running its quality-gap mode.
Use this when the user wants to perfect a Slate v2 surface beyond a single bug: API/DX gaps, architecture gaps, missing behavior coverage, docs/reference holes, example quality, or broad "make this better" research.
.tmp/slate-v2.slate-ar..tmp/slate-v2/autoresearch.research/<slug>/.quality_gap=0 closes the current accepted checklist only. It does not mean
discovery is permanently complete.Use Codex Autoresearch directly through the slate-ar wrapper:
<autoresearch-cli> research-setup --cwd .tmp/slate-v2 --slug "<slug>" --goal "<goal>"
<autoresearch-cli> quality-gap --cwd .tmp/slate-v2 --research-slug "<slug>" --list
<autoresearch-cli> gap-candidates --cwd .tmp/slate-v2 --research-slug "<slug>"Use gap-candidates --apply only after inspecting the candidates and deciding
the write scope is safe.
slate-patch.slate-ar-gate.slate-ar-perf.slate-plan.slate-ar.Do not use this as a substitute for a direct bug fix. If the failing behavior is
already known and reproducible, use slate-patch.
45116fd
If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.