Skip to content

Conversation

Copy link

Copilot AI commented Nov 16, 2025

Configures Copilot coding agent instructions per GitHub best practices to provide repository context and development guidelines.

Changes

  • Added .github/copilot-instructions.md with:
    • Dual-language architecture (JS/TS and Python) structure
    • ESSE data convention and materials-only scope
    • Tools pattern: external parameters go in tools/, not class methods
    • Testing frameworks: Mocha (JS/TS), PyTest (Python)
    • Linting setup: ESLint + Prettier with pre-commit hooks
    • File format parsers: POSCAR, XYZ, Quantum ESPRESSO, CIF
    • Known platform-specific issues

Provides AI assistants and developers with essential context about the repository's domain (computational materials science), architecture patterns, and development workflows.

Original prompt

This section details on the original issue you should resolve

<issue_title>✨ Set up Copilot instructions</issue_title>
<issue_description>Configure instructions for this repository as documented in Best practices for Copilot coding agent in your repository.

</issue_description>

Comments on the Issue (you are @copilot in this section)


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

@coderabbitai
Copy link

coderabbitai bot commented Nov 16, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

Co-authored-by: timurbazhirov <721112+timurbazhirov@users.noreply.github.com>
Copilot AI changed the title [WIP] Configure instructions for Copilot coding agent Add GitHub Copilot instructions for repository context Nov 16, 2025
Copilot AI requested a review from timurbazhirov November 16, 2025 23:35
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.

✨ Set up Copilot instructions

2 participants