Skip to content

Add static checks reminder to usethis-agents skill#1671

Merged
nathanjmcdougall merged 2 commits intomainfrom
copilot/add-static-checks-mention
Mar 31, 2026
Merged

Add static checks reminder to usethis-agents skill#1671
nathanjmcdougall merged 2 commits intomainfrom
copilot/add-static-checks-mention

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Mar 31, 2026

In #1659, an agent modified agent configuration without running static checks, missing markdown linting/formatting issues. The usethis-agents skill had no guidance to run checks after modifications.

  • Added a "Run static checks after modifying agent configuration" section to .agents/skills/usethis-agents/SKILL.md, directing agents to use usethis-qa-static-checks after modifying AGENTS.md or skill files. Follows the same pattern already established in usethis-python-code-modify.

Mention that the usethis-qa-static-checks skill should be run after
modifying agent configuration, since several QA checks involve markdown
linting and formatting that apply to AGENTS.md and skill files.

Agent-Logs-Url: https://github.com/usethis-python/usethis-python/sessions/975d0632-83fc-496e-90e9-74c12c630294

Co-authored-by: nathanjmcdougall <18602289+nathanjmcdougall@users.noreply.github.com>
Copilot AI changed the title [WIP] Add mention of static checks skill in usethis-agents Add static checks reminder to usethis-agents skill Mar 31, 2026
Copilot AI requested a review from nathanjmcdougall March 31, 2026 22:04
@nathanjmcdougall nathanjmcdougall marked this pull request as ready for review March 31, 2026 22:18
@nathanjmcdougall nathanjmcdougall merged commit 5550951 into main Mar 31, 2026
1 check passed
@nathanjmcdougall nathanjmcdougall deleted the copilot/add-static-checks-mention branch March 31, 2026 22:20
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.

In the usethis-agents agent skill, mention that the static checks skill should be used

2 participants