verify
SkillDev toolsRun full verification pipeline (lint, format check, type check, cargo clippy)
Available today. Use it from your connected AI after setup.
No other account needed.
Connect ahel once, and every AI you use reads what you have installed.
Then ask your AI: use the verify skill
What this skill tells your AI
The instructions your AI receives, as published by dargonlee/skill-switch in .claude/skills/verify/SKILL.md and read by ahel’s review.
Run the full verification pipeline for this Tauri project:
-
Frontend checks:
pnpm lint— ESLintpnpm format:check— Prettier format checkpnpm exec tsc --noEmit— TypeScript type check
-
Backend checks:
cd src-tauri && cargo clippy --release -- -D warnings— Rust lint (warnings as errors)cd src-tauri && cargo fmt -- --check— Rust format check
Report results concisely. If any check fails, summarize what needs fixing.
Signals
- GitHub stars
- 63
- Forks
- 6
- Last commit
- May 2026
Advanced
- Catalog kind
- skill
- Gateway key
verify-dargonlee- Source
- github.com/dargonlee/skill-switch