Add agentic coding and review instructions#4653
Merged
EmmanuelMess merged 2 commits intoJul 3, 2026
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Adds repository-level instructions intended for AI coding assistants (and GitHub Copilot) to guide contribution workflow, review expectations, and translation-review handling.
Changes:
- Added
AGENTS.mdwith detailed AI contribution and review workflow guidelines. - Added
CLAUDE.mdto reference/includeAGENTS.md. - Added GitHub Copilot instruction files for general PR reviews and translation-specific reviews.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 6 comments.
| File | Description |
|---|---|
CLAUDE.md |
Points Claude-style agent instructions at AGENTS.md. |
AGENTS.md |
Adds comprehensive guidance for AI-assisted contributions (workflow, commits, testing, PR guidance). |
.github/instructions/translations.instructions.md |
Adds translation-review instructions scoped to Android strings.xml paths. |
.github/copilot-instructions.md |
Adds general GitHub Copilot PR review guidance (e.g., try/catch expectations). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Description
Added agentic coding and review instructions, no code was edited.