Add new agents and skills for scaffolding and authoring - #2700
Open
andrewleith wants to merge 4 commits into
Open
Add new agents and skills for scaffolding and authoring#2700andrewleith wants to merge 4 commits into
andrewleith wants to merge 4 commits into
Conversation
…on-admin - Introduced `flask-page-scaffolder` agent for creating new Flask + Jinja pages, including views, templates, forms, and tests. - Added `skill-author` agent for creating and refining VS Code Copilot skills and subagents. - Created `a11y-gov-ui-review` skill for reviewing UI changes for accessibility compliance. - Added `cypress-e2e-notify-admin` skill for writing Cypress end-to-end tests with a focus on accessibility. - Introduced `flask-jinja-page-workflow` skill for managing server-rendered Flask + Jinja pages. - Added `skill-and-agent-authoring` skill for guiding the creation of skills and agents. - Created `tailwind-authoring-notify-admin` skill for managing Tailwind/CSS changes in the notification-admin. - Established `AGENTS.md` to document agent instructions and project scope.
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds repository-specific Copilot guidance for notification-admin, introducing root agent instructions plus skills/agents for Flask/Jinja page work, Cypress E2E scaffolding, Tailwind authoring, accessibility review, and skill/agent authoring.
Changes:
- Adds
AGENTS.mdwith repo-wide development, validation, security, and workflow guidance. - Adds five Copilot skills for common contribution areas.
- Adds three Copilot agents for scaffolding Flask pages, Cypress flows, and new skills/agents.
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 18 comments.
Show a summary per file
| File | Description |
|---|---|
AGENTS.md |
Adds root repository guidance for agents. |
.github/skills/tailwind-authoring-notify-admin/SKILL.md |
Adds Tailwind/CSS authoring guidance. |
.github/skills/skill-and-agent-authoring/SKILL.md |
Adds conventions for creating skills and agents. |
.github/skills/flask-jinja-page-workflow/SKILL.md |
Adds Flask/Jinja page workflow guidance. |
.github/skills/cypress-e2e-notify-admin/SKILL.md |
Adds Cypress E2E testing guidance. |
.github/skills/a11y-gov-ui-review/SKILL.md |
Adds accessibility review guidance. |
.github/agents/skill-author.agent.md |
Adds an agent for creating/refining skills and agents. |
.github/agents/flask-page-scaffolder.agent.md |
Adds an agent for scaffolding Flask/Jinja pages. |
.github/agents/cypress-e2e-scaffolder.agent.md |
Adds an agent for scaffolding Cypress E2E flows. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
🧪 Review environmenthttps://k2bjcegxj4ovjc6cjfmbfa6kii0vmeqw.lambda-url.ca-central-1.on.aws/ |
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
andrewleith
marked this pull request as ready for review
June 16, 2026 15:21
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.
Summary | Résumé
This pull request introduces new VS Code Copilot agents/skills and a new accessibility review skill for the notification-admin repo.
These additions formalize and automate best practices for:
Each agent/skill includes clear constraints, step-by-step approaches, and validation checklists to ensure high-quality, consistent contributions.