Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Oct 12, 2025

Thanks for asking me to work on this. I will get started on it and keep this PR's description up to date as I form a plan and make progress.

Original prompt

Add professional agent documentation files to the repository. These files provide enterprise-ready setup and usage instructions for Claude, Gemini, and a general agent overview. The following files should be added:

  1. AGENTS.md: Documents available AI agents for use with GitHub Copilot in this repository and instructions for adding new agents.
  2. CLAUDE.md: Details setup and usage instructions for the Claude agent.
  3. GEMINI.md: Details setup and usage instructions for the Gemini agent.

This documentation will help enterprise teams quickly onboard and maintain AI agents for code assistance and review.

This pull request was created as a result of the following prompt from Copilot chat.

Add professional agent documentation files to the repository. These files provide enterprise-ready setup and usage instructions for Claude, Gemini, and a general agent overview. The following files should be added:

  1. AGENTS.md: Documents available AI agents for use with GitHub Copilot in this repository and instructions for adding new agents.
  2. CLAUDE.md: Details setup and usage instructions for the Claude agent.
  3. GEMINI.md: Details setup and usage instructions for the Gemini agent.

This documentation will help enterprise teams quickly onboard and maintain AI agents for code assistance and review.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

@joe10832
Copy link
Member

GEMINI.md

Gemini Agent Setup and Usage

The Gemini agent provides multi-modal and advanced AI code assistance.

Setup

  1. Obtain access or credentials for the Gemini Agent, if required.
  2. Add any necessary secrets or environment variables to your repository.
  3. Customize Copilot or workflow instructions to leverage Gemini capabilities.

Usage

  • Gemini can assist with code, documentation, and multi-modal tasks.
  • For best results, review the Gemini integration documentation or consult the project maintainer.

For more information, open an issue or consult project docs.# CLAUDE.md

Claude Agent Setup and Usage

The Claude agent can be used for advanced code suggestions, explanations, and code review.

Setup

  1. Ensure you have access to the Claude agent platform or API.
  2. Configure any required API keys or credentials using repository secrets.
  3. Update your workflows or instructions to utilize the Claude agent as needed.

Usage

  • Use Claude for enhanced code completion, reasoning, and documentation.
  • For further details, consult project maintainers or internal documentation.

For additional help, open an issue or discussion.# GitHub Copilot Setup Instructions

This repository is configured to use GitHub Copilot for enhanced code suggestions and AI-assisted development.

Setup Steps

  1. Ensure you have GitHub Copilot enabled in your GitHub account.
  2. Review the following instruction files for Copilot agent configurations:
    • .github/instructions/**/*.instructions.md (Modular agent instructions)
    • AGENTS.md (General agent documentation)
    • CLAUDE.md (Claude agent setup and usage)
    • GEMINI.md (Gemini agent setup and usage)

Validation

This repository uses a GitHub Actions workflow to automatically validate the presence of required Copilot and agent instruction files on every push and pull request involving these files. You can also manually trigger the validation via the Actions tab.

To manually trigger validation

Go to the "Actions" tab, select "Copilot Setup Steps", and click "Run workflow".

Troubleshooting

If the workflow fails, make sure all required instruction files exist and are properly formatted. For further assistance, consult the documentation or open an issue.

@joe10832 joe10832 removed their assignment Oct 12, 2025
Copy link
Member

@joe10832 joe10832 left a comment

Choose a reason for hiding this comment

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

@joe10832 joe10832 merged commit 79e1d67 into main Oct 12, 2025
Copy link
Member

@joe10832 joe10832 left a comment

Choose a reason for hiding this comment

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

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