bookmark-checker
Installation
SKILL.md
Bookmark Checker
Automated validation and quality checks for Bookmark Vault.
Available Checks
Type Check
Verifies TypeScript compilation without errors and checks type safety.
- Runs:
./scripts/check-types.sh - Checks:
npx tsc --noEmit - Reports: TypeScript errors, type mismatches
Component Check
Validates component sizes, structure, and pattern compliance.
- Runs:
./scripts/check-components.sh - Checks: Component line counts, prop interfaces, naming conventions
- Reports: Oversized components, pattern violations