con un clic
usethis-qa-grammar
Review code and documentation for grammar, spelling, and tone issues
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Menú
Review code and documentation for grammar, spelling, and tone issues
Instalar con Codex o Claude Copia este prompt, pégalo en Codex, Claude u otro asistente, y deja que revise la página de la skill y la instale por ti.
Basado en la clasificación ocupacional SOC
General guidelines for writing tests in the usethis project, including test class organization
Guidelines for Python code design decisions such as when to share vs. duplicate code
Create a lesson from a development difficulty, covering root cause analysis, principle generalisation, and filing as a GitHub issue
Write bespoke prek hooks as reusable Python scripts for custom checks
Check whether docs/config-files.txt (the machine-readable export) is in-sync with the per-tool tables in docs/about/config-files.md
Enforce version bumping, scope checking, and content quality guidelines when modifying SKILL.md files
| name | usethis-qa-grammar |
| description | Review code and documentation for grammar, spelling, and tone issues |
| compatibility | usethis, Python, markdown, documentation |
| license | MIT |
| metadata | {"version":"1.1"} |
A manual, LLM-assisted review of text quality across the codebase. This complements automated spellcheckers (like codespell) by catching issues they miss: awkward phrasing, inconsistent tone, grammatical errors, and unclear wording.
usethis-qa-llm-review skill.usethis-qa-static-checks skill) after making fixes, since text changes can affect generated files and formatting hooks.Focus on human-readable text. In rough priority order:
.agents/skills/.tick_print, instruct_print, info_print, warn_print, err_print, how_print, and Typer command/parameter help strings.This project uses British English spelling (e.g. "behaviour", "colour", "initialise"). Do not change British spellings to American equivalents. When writing new text, prefer British spelling to stay consistent with the existing codebase.