verify

SkillDev tools

Run full verification pipeline (lint, format check, type check, cargo clippy)

Available today. Use it from your connected AI after setup.

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:

  1. Frontend checks:

    • pnpm lint — ESLint
    • pnpm format:check — Prettier format check
    • pnpm exec tsc --noEmit — TypeScript type check
  2. 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