fable-evidence-done

Solid

Before you say "done", "fixed", "works", "passing", or "verified", ground that claim in a real command/test/file/tool result on the same line — or say plainly that it is not verified yet. Use whenever you are about to report completion or success of a code change, a build, a fix, or a task. Catches unsupported "it works" claims. Pulled on demand; not always-on.

AI & Automation 31 stars 8 forks Updated 5 days ago MIT

Install

View on GitHub

Quality Score: 82/100

Stars 20%
50
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
80
License 10%
100
Description 5%
100

Skill Content

# fable-evidence-done — never claim it works without evidence it works Decisiveness has an honest cost. The style-only ablation showed the Fable working style raised unsupported "it works" claims to **8.3% vs plain Claude's 2.1%** (`eval/style-only-ablation/`) — the trade for being outcome-first. fablever mitigates this *in the tool* with `fable_lint`'s `unsupported-done-claim` rule (label regression: 100% on the fixture set, `eval/unsupported-claim-regression/`). This skill is the behavior that rule guards: a completion claim must carry its evidence. ## When to use this - You are about to write "done / fixed / works / passing / verified / resolved / ready" (or the same in another language) about a code change, build, fix, migration, or task. ## When NOT to use this - You are describing a *plan* or an *intention*, not asserting a result. - A pure-conversation answer with no executed work to verify. ## The rule Every completion claim names its evidence **on the same line**, or it is downgraded to "not verified". - "Fixed. It works now." → **not allowed** (no evidence). - "Fixed — `npm test` passes (42/42)." → allowed (names the check). - "Implemented, but not verified yet — haven't run the suite." → allowed (honest, no false claim). - "고쳤고 작동합니다." → not allowed. "고쳤습니다. `npm test`로 확인했습니다." → allowed. ## Procedure 1. **Before claiming completion, find the evidence.** Run the test, check the exit code, read the file, diff against the spec, hit the endpoint — a ch...

Details

Author
elon-choo
Repository
elon-choo/fablever
Created
1 months ago
Last Updated
5 days ago
Language
JavaScript
License
MIT

Integrates with

Similar Skills

Semantically similar based on skill content — not just same category