feat: Add agent roles and a prompt template for copilot#563
Open
feat: Add agent roles and a prompt template for copilot#563
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Adds GitHub Copilot configuration assets (custom agents + a prompt template) intended to standardize planning, implementation, debugging, and testing workflows for Landscape UI contributors.
Changes:
- Adds five Copilot agent role definitions (architect, implementer, debugger, tester, prompt-engineer).
- Adds an
explore-planprompt template to generate feature implementation plans. - Adds a Changesets entry to publish the update.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 10 comments.
Show a summary per file
| File | Description |
|---|---|
| .github/prompts/explore-plan.prompt.md | New planning prompt template for generating feature plan markdown. |
| .github/agents/architect.agent.md | New architect agent role definition and planning constraints. |
| .github/agents/debugger.agent.md | New debugger agent role definition for troubleshooting workflows. |
| .github/agents/implementer.agent.md | New implementer agent role definition for executing feature plans. |
| .github/agents/prompt-engineer.agent.md | New prompt-engineer agent role definition for prompt refinement. |
| .github/agents/tester.agent.md | New tester agent role definition for Vitest/MSW test generation. |
| .changeset/rich-facts-follow.md | Changeset entry to publish the new Copilot assets. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Introduce new agent roles and a prompt template to enhance copilot workflows.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
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
Adds 5 agent roles and one prompt template for use with Github Copilot:
Release Impact
According to the Landscape Server Release Cycle, this change will target the following release cycle:
dev/main(Beta)Checklist
pnpm changesetand committed the resulting.mdfile.scripts/).Versioning Reminder
Important
This repository now uses CalVer ($YY.0M.Point.Patch$ ).
Please ensure your changeset description is clear, as it will be automatically added to the
CHANGELOG.mdupon merging tomain.