Slate v2 behavior-stability mini-skill. Runs existing editor behavior gates, routes repeated failures to slate-patch, and keeps looping until the surface is stable or blocked.
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-stabilize/SKILL.mdHandle $ARGUMENTS.
Use this when the user wants editor behavior regressions gone: selection, typing, copy/paste, IME, focus, undo/redo, navigation, browser route behavior, or native interaction parity.
This is an expert override. The normal broad workflow is
slate-ar-perfect <surface>, which should stabilize behavior before perf.
Use autogoal for broad stabilization requests. For one exact bug, route
directly to slate-patch.
If no behavior surface is named, infer the riskiest current behavior surface
from slate-ar-status, recent failing gates, and current changed code. If that
cannot be inferred, recommend one concrete gate command instead of asking the
user to choose among skills.
Start with slate-ar-status, then:
slate-ar-gate;slate-patch;slate-patch or tdd;Stop when:
Do not route to perf until stabilization is green.
Report failed signatures, fixes, gates run, repeat count, remaining skipped behavior families, and next owner.
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.