feat: added github agents workflow - #82
Merged
Merged
Conversation
Collaborator
Author
|
@copilot add review to enhance agents and copilot workflow as well as skills |
10 tasks
There was a problem hiding this comment.
Pull request overview
Adds repository guidance and optional GitHub Copilot agent/skill instruction files to standardize workflow and help contributors (and tooling) follow consistent practices. Also introduces a PR template to improve PR quality and review consistency.
Changes:
- Added multiple
.github/skills/*.skill.mdguides (GitHub workflow, frontend, API, refactoring/code quality). - Added
.github/agents/*.instructions.mdagent instruction files intended to scope guidance by path. - Added
.github/copilot-instructions.mdand a new.github/PULL_REQUEST_TEMPLATE.md.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 9 comments.
Show a summary per file
| File | Description |
|---|---|
| .github/skills/github-workflow.skill.md | Defines commit/branch/PR/issue/review workflow standards. |
| .github/skills/frontend-development.skill.md | Frontend development guidance for the Next.js app. |
| .github/skills/code-quality-refactoring.skill.md | Refactoring and code quality checklist/guidelines. |
| .github/skills/api-development.skill.md | API development guidance (Next.js + Supabase). |
| .github/copilot-instructions.md | Top-level Copilot guidance for the repo. |
| .github/agents/frontend.instructions.md | Path-scoped frontend agent instructions. |
| .github/agents/api.instructions.md | Path-scoped API agent instructions. |
| .github/PULL_REQUEST_TEMPLATE.md | Standardized PR template/checklist. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Collaborator
Author
|
@copilot In the skills/front-end design skill, can you add the following
|
Co-authored-by: kr1shap <197449439+kr1shap@users.noreply.github.com>
Co-authored-by: kr1shap <197449439+kr1shap@users.noreply.github.com>
docs: add design guidelines to frontend-development skill
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.
Added files for the agent workflow for optional use as well as pull request template