Source facts
- Repository
- jeasonstudio/sesame
- Last source activity
- April 22, 2026 at 04:09
- Detected SKILL.md language
- English
- Stars
- 1
- Forks
- 0
Install options
The review-first prompt is selected by default. You can switch to a direct command or download a local copy.
Review the source files
Read SKILL.md and any companion files shown by SkillsMP before deciding whether to install.
Showing SKILL.md
SKILL.md
Source instructions · Read-only preview- name
- verify
- description
- Run full project verification — Biome lint, TypeScript type check, and tests
Run all verification checks for the project. Execute these commands in sequence and report results:
```bash
npx biome check .
npx tsc --noEmit
npm test
```
If any step fails, stop and report the failure with details. Do not proceed to the next step until the current one passes.
View on GitHub