Ross ROSS = Recommend OSS · open-source software intelligence for agents

codespell-project/codespell

check code for common misspellings observed · 2026-08-28

github.com/codespell-project/codespell · Python · GPL-2.0 (copyleft) observed · 2026-08-28

Health v2 · maintenance only

89/100

  • Activity 99
  • Release rhythm 69
  • Longevity 100
How is this computed?

round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-03. Adoption (stars, forks) is never an input.

  • gap_med: 131
  • age_days: 5696
  • days_rel: 49
  • days_push: 9
  • n_releases_24m: 4

Full methodology

Adoption not part of the score

2416 stars · 528 forks observed · 2026-08-28

What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded

codespell is a Python CLI tool that finds and fixes common misspellings in source code and text files using a curated dictionary of frequent typos. It integrates easily into CI pipelines and supports interactive fixes, ignore lists, and file skipping.

Use cases

  • find typos in source code
  • fix common misspellings in text files
  • add spell checking to CI pipeline
  • lint documentation for misspellings
  • check commit diffs for typos

When to choose

  • you want low false-positive typo detection in code
  • you need automated typo fixes with -w flag
  • you want a lightweight spell checker that skips niche terms

When to avoid

  • you need full dictionary-based grammar or prose spell checking
  • you need natural language proofreading rather than typo detection

Facets

cli-tool · maturity active

linter cli developer-tools developer-tools documentation python cli cross-platform spell-checker typos source-code-quality ci command-line

2 sources

Member repositories

RepositoryRoleHealth v2
codespell-project/codespellmain89

For agents

markdown · JSON · MCP: product_card(name="codespell-project/codespell")

Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem