From 7e179b600cd2ce9a29d9afaea682e4f4ff0c8fbd Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 31 Mar 2026 21:59:30 +0000 Subject: [PATCH 1/2] Initial plan From 344d1805096c7da7a06aeca7a5a2aafb6fde9433 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 31 Mar 2026 22:02:30 +0000 Subject: [PATCH 2/2] Add static checks reminder to usethis-agents skill 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> --- .agents/skills/usethis-agents/SKILL.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.agents/skills/usethis-agents/SKILL.md b/.agents/skills/usethis-agents/SKILL.md index 33a5f127..9a35dc4c 100644 --- a/.agents/skills/usethis-agents/SKILL.md +++ b/.agents/skills/usethis-agents/SKILL.md @@ -41,3 +41,7 @@ Content between `` and `` m ### Skills registry The skills table in `AGENTS.md` must include every skill directory under `.agents/skills/`. The `check-skills-documented` hook enforces this. When creating a new skill, add it to the table (see the `usethis-skills-create` skill for the full procedure). + +## Run static checks after modifying agent configuration + +After finishing your modifications, run the static checks (e.g. `usethis-qa-static-checks`) to check for any issues before merging. This is especially important for agent configuration changes because several QA static checks involve markdown linting and formatting, which directly apply to `AGENTS.md` and skill files.