Skip to content

Create agent skills for grammar review and LLM-based codebase review#1770

Merged
nathanjmcdougall merged 2 commits intomainfrom
copilot/create-grammar-review-skill
Apr 3, 2026
Merged

Create agent skills for grammar review and LLM-based codebase review#1770
nathanjmcdougall merged 2 commits intomainfrom
copilot/create-grammar-review-skill

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 2, 2026

Two new agent skills for periodic LLM-assisted quality checks that complement automated tools like codespell.

  • usethis-qa-grammar — Manual review of grammar, spelling, tone, and clarity across documentation, docstrings, CLI messages, comments, and error strings. Includes guidance on what to review, what to look for, and what to ignore (identifiers, jargon, abbreviations).
  • usethis-qa-llm-review — Dispatcher skill that coordinates LLM-based review checks with scoping rules (whole codebase on explicit request, touched files otherwise). References usethis-qa-grammar as its first check, extensible for future checks.

Both registered in AGENTS.md via the auto-generated skills directory hooks.

Add two new agent skills:
- usethis-qa-grammar: Review code and documentation for grammar,
  spelling, and tone issues
- usethis-qa-llm-review: Coordinate LLM-assisted quality reviews,
  referencing usethis-qa-grammar as its first check

Resolves #1767

Agent-Logs-Url: https://github.com/usethis-python/usethis-python/sessions/6113b39d-1f96-4a4a-80d0-1aa6c4a8a0b9

Co-authored-by: nathanjmcdougall <18602289+nathanjmcdougall@users.noreply.github.com>
Copilot AI changed the title [WIP] Add agent skill for grammar review of the codebase Create agent skills for grammar review and LLM-based codebase review Apr 2, 2026
Copilot AI requested a review from nathanjmcdougall April 2, 2026 21:54
@nathanjmcdougall nathanjmcdougall marked this pull request as ready for review April 3, 2026 19:29
@nathanjmcdougall nathanjmcdougall merged commit ac4e607 into main Apr 3, 2026
1 check passed
@nathanjmcdougall nathanjmcdougall deleted the copilot/create-grammar-review-skill branch April 3, 2026 19:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Create an agent skill for doing a grammar review of the codebase

2 participants