One-click install
npx skills add https://github.com/abereghici/skills --skill typo-checker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: typo-checker
Source: https://github.com/abereghici/skills/tree/main/sources/vitest/.claude/skills/typo-checker
Command: npx skills add https://github.com/abereghici/skills --skill typo-checker

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill helps you identify and fix typos across the codebase using typos-cli, reducing false positives by updating the _typos.toml configuration.

Core Features & Use Cases

  • Automatic scanning: Run typos-cli to detect misspellings in source files and configuration.
  • Classification and remediation: Decide real typos to fix and update the _typos.toml to suppress recurring false positives.
  • Use Case: Schedule routine codebase hygiene checks or run on demand when typos are mentioned by teammates.

Quick Start

Run typos-cli against the project to detect typos and update the _typos.toml configuration.

Frequently Asked Questions about typo-checker

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automatically detect and fix typos in my codebase?

You can detect and fix typos in your codebase by running typos-cli to scan source files and configuration, then applying corrections or updating the _typos.toml configuration to suppress false positives.

Do I need to install typos-cli to check for spelling errors in source files?

Yes, typos-cli must be installed on your system to perform spelling checks and identify misspellings across your source files and configuration automatically.

What is the best way to handle false positives during codebase spell checking?

Handling false positives during codebase spell checking involves updating the _typos.toml configuration file to suppress recurring incorrect matches detected by the typos-cli scanner.

Can I schedule routine codebase hygiene checks for misspellings?

Yes, you can schedule routine codebase hygiene checks to run on demand when typos are mentioned by teammates or as scheduled maintenance tasks to ensure continuous code quality.

How does configuring _typos.toml improve code quality and linting accuracy?

Configuring _typos.toml improves code quality by classifying detected misspellings, allowing you to fix real typos while suppressing recurring false positives for improved linting accuracy.