Skip to content

Add new agents and skills for scaffolding and authoring - #2700

Open
andrewleith wants to merge 4 commits into
mainfrom
feat/add-agents-and-skills
Open

Add new agents and skills for scaffolding and authoring#2700
andrewleith wants to merge 4 commits into
mainfrom
feat/add-agents-and-skills

Conversation

@andrewleith

@andrewleith andrewleith commented May 29, 2026

Copy link
Copy Markdown
Member

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:

  • scaffolding new Flask/Jinja pages
  • writing Cypress E2E tests
  • authoring skills/agents
  • reviewing UI for accessibility.

Each agent/skill includes clear constraints, step-by-step approaches, and validation checklists to ensure high-quality, consistent contributions.

…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.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.md with 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.

Comment thread .github/skills/tailwind-authoring-notify-admin/SKILL.md Outdated
Comment thread .github/skills/flask-jinja-page-workflow/SKILL.md Outdated
Comment thread .github/skills/a11y-gov-ui-review/SKILL.md Outdated
Comment thread .github/agents/skill-author.agent.md Outdated
Comment thread .github/agents/flask-page-scaffolder.agent.md Outdated
Comment thread .github/agents/cypress-e2e-scaffolder.agent.md
Comment thread .github/skills/cypress-e2e-notify-admin/SKILL.md Outdated
Comment thread .github/skills/cypress-e2e-notify-admin/SKILL.md Outdated
Comment thread .github/skills/cypress-e2e-notify-admin/SKILL.md Outdated
Comment thread .github/skills/skill-and-agent-authoring/SKILL.md Outdated
@github-actions

Copy link
Copy Markdown

andrewleith and others added 3 commits June 1, 2026 08:28
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
andrewleith marked this pull request as ready for review June 16, 2026 15:21
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.

2 participants