fix: grammar, spelling, and clarity issues across the codebase#1775
Merged
nathanjmcdougall merged 8 commits intomainfrom Apr 3, 2026
Merged
fix: grammar, spelling, and clarity issues across the codebase#1775nathanjmcdougall merged 8 commits intomainfrom
nathanjmcdougall merged 8 commits intomainfrom
Conversation
- Fix 'a internal' → 'an internal' (pipeweld.md) - Remove duplicated word 'like like' (pipeweld.md) - Fix 'more a more' → 'a more' (pipeweld.md) - Fix 'must be execute' → 'must be executed' (pipeweld.md) - Remove stray 'they' in 'if they the two groups' (pipeweld.md) - Fix 'is you use' → 'if you use' (frameworks.md) - Fix 'necessary sensible' → 'necessarily sensible' (philosophy.md) - Fix 'applied your codebase' → 'applied to your codebase' (detailed-example.md) - Fix 'a part of a templates' → 'part of templates' (README, similar-projects.md) - Remove extra space before comma in acknowledgements (README) - Fix 'people with Astral' → 'people at Astral' (README) - Fix 'sonar-projects.properties' → 'sonar-project.properties' (README, overview.md) - Fix 'through until' → 'until' (CONTRIBUTING.md) - Fix 'pulled out the' → 'pulled out of the' (CHANGELOG.md) - Fix 'not Git Repository' → 'no Git repository' (CHANGELOG.md) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: nathanjmcdougall <18602289+nathanjmcdougall@users.noreply.github.com>
- usethis-github-actions-update: fix broken grammar 'For in this example' → 'In this example' - usethis-python-code-modify: fix typo 'unusually' → 'usually' - usethis-python-module-layout-modify: fix missing closing quote in version, fix backslash path separators - usethis-qa-static-checks: fix misspelling 'mkdownlint-cli2' → 'markdownlint-cli2' Bump version numbers on all modified skills per usethis-skills-modify guidelines. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: nathanjmcdougall <18602289+nathanjmcdougall@users.noreply.github.com>
- Fix copy-paste bug in status_arg: help text said 'Docstring style to enforce.' instead of 'Development status to set.' - Fix typo in show sonarqube help: 'sonar-projects.properties' -> 'sonar-project.properties' (singular) - Add missing period to 'Show the name of the project' help text for consistency with peer commands Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: nathanjmcdougall <18602289+nathanjmcdougall@users.noreply.github.com>
Fix 24 issues across 17 source files including typos, wrong articles, missing prepositions, duplicate words, wrong file references, misplaced docstrings, and grammatical errors. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: nathanjmcdougall <18602289+nathanjmcdougall@users.noreply.github.com>
- Add missing verb 'is' in 'Hook ... is not recognized' (hooks.py) - Quote module name and fix comma splice in imports.py error message - Quote package name in warning messages for consistency (tach.py, import_linter.py) - Update corresponding test assertions Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: nathanjmcdougall <18602289+nathanjmcdougall@users.noreply.github.com>
- conftest.py: Fix typo 'offline model' → 'offline mode' - test_core_tool.py: Fix subject-verb agreement 'placeholders gets' → 'placeholders get' - test_yaml_io_.py: Add missing period to docstring for consistency - test_yaml_io_.py: Fix test assertion 'indentation the' → 'indentation in the' (was causing test failure) - test_func.py: Add missing period to docstring for consistency Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Run the usethis-qa-llm-review agent skill across the codebase
fix: grammar, spelling, and clarity issues across the codebase
Apr 3, 2026
nathanjmcdougall
requested changes
Apr 3, 2026
Agent-Logs-Url: https://github.com/usethis-python/usethis-python/sessions/66e742df-4c76-4de6-9619-fc5419e8d735 Co-authored-by: nathanjmcdougall <18602289+nathanjmcdougall@users.noreply.github.com>
Copilot stopped work on behalf of
nathanjmcdougall due to an error
April 3, 2026 20:28
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
nathanjmcdougall
approved these changes
Apr 3, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
usethis-qa-grammarskill across the whole codebaseusethis-qa-static-checksafter fixes — all 29 prek hooks pass, basedpyright cleanSkills used:
usethis-qa-llm-review,usethis-qa-grammar,usethis-qa-static-checks,usethis-github-issue-create,usethis-skills-modifyResolves #1770