Skip to content

GitHub copilot#298

Merged
untra merged 10 commits into
untra:mainfrom
george-gca:github_copilot
Mar 2, 2026
Merged

GitHub copilot#298
untra merged 10 commits into
untra:mainfrom
george-gca:github_copilot

Conversation

@george-gca

@george-gca george-gca commented Feb 1, 2026

Copy link
Copy Markdown
Collaborator

🔤 Polyglot PR

This pull request introduces new AI agent instruction files and supporting configuration (ps: to be accepted after #296, then I will rebase this).

Edit: already rebased and ready for review


Created 2 agents, based on this blog post (here is how to use them):

  • .github/agents/code-quality.agent.md - code quality review agent, including RuboCop rules, project conventions, and code review checklists.
  • .github/agents/docs.agent.md - documentation maintenance agent, with standards for concise, accurate, and code-linked documentation.

They also appear when opening the chat window of Copilot:

image

GitHub Copilot Instructions (from the docs):

  • .github/copilot-instructions.md - comprehensive coding, testing, and CI/CD guidelines for Copilot, including required commands, project structure, and common pitfalls.
  • .github/instructions/ - in-depth guidance for implementing and testing specific files, including lifecycle, parameters, and best practices.

GitHub Copilot development environment setup (also from the docs):

  • .github/workflows/copilot-setup-steps.yml - helps setup GitHub Copilot environment.

add a sweet (optional) meme

Type of change

  • Docs update (changes to the readme or a site page, no code changes)
  • Ops wrangling (automation or test improvements)
  • Bug fix (non-breaking change that fixes an issue)
  • New feature (non-breaking change that adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • Sweet release (needs a lot of work and effort)
  • Something else (explain please)

Checklists

  • If modifying code, at least one test has been added to the suite

@george-gca george-gca requested a review from untra February 1, 2026 03:06
Signed-off-by: George Araújo <george.gcac@gmail.com>
Signed-off-by: George Araújo <george.gcac@gmail.com>
Signed-off-by: George Araújo <george.gcac@gmail.com>
Signed-off-by: George Araújo <george.gcac@gmail.com>
Signed-off-by: George Araújo <george.gcac@gmail.com>
Signed-off-by: George Araújo <george.gcac@gmail.com>
Signed-off-by: George Araújo <george.gcac@gmail.com>
Signed-off-by: George Araújo <george.gcac@gmail.com>
Signed-off-by: George Araújo <george.gcac@gmail.com>
Signed-off-by: George Araújo <george.gcac@gmail.com>
@george-gca george-gca marked this pull request as ready for review March 1, 2026 20:29
@george-gca

Copy link
Copy Markdown
Collaborator Author

Now properly rebased with main and ready to be reviewed @untra.

@untra

untra commented Mar 2, 2026

Copy link
Copy Markdown
Owner

Thanks for adding these skills and agent files!

@untra untra merged commit 8b458d6 into untra:main Mar 2, 2026
2 checks passed
@george-gca george-gca deleted the github_copilot branch March 2, 2026 16:52
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