-
Notifications
You must be signed in to change notification settings - Fork 256
Agent optimization and automated reviews #16044
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
…373820 Add Claude Code GitHub Workflow
* Add PR content reviewer agent and workflow for automated content analysis * fix: update installation command for Claude Code from sh to bash * refactor: streamline PR content review process by replacing setup script with action usage * fix: add id-token permission for content review workflow
Updated pull request trigger types and enhanced review prompt.
* "Update Claude PR Assistant workflow" * "Update Claude Code Review workflow"
…tion and marketing materials
Added guidelines for providing reviews on pull requests.
Clarified instructions for PR reviews to minimize comments.
…ENTS.md with clearer review guidelines and instructions.
…constructive criticism
…and include line numbers for issues
|
Your site preview for commit 5d0d6fa is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-16044-5d0d6fa0.s3-website.us-west-2.amazonaws.com. |
|
Your site preview for commit 1f14ed2 is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-16044-1f14ed2a.s3-website.us-west-2.amazonaws.com. |
|
Your site preview for commit f372f82 is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-16044-f372f829.s3-website.us-west-2.amazonaws.com. |
…renamed, or deleted files
|
Your site preview for commit d220750 is ready! 🎉 http://www-testing-pulumi-docs-origin-pr-16044-d2207502.s3-website.us-west-2.amazonaws.com. |
This pull request optimizes for AI agent use (specifically Claude and GitHub Copilot) and sets up automated one-time reviews by Claude.
Repository agent and review instructions
AGENTS.mdas the canonical source for agent instructions.CLAUDE.mdtoAGENTS.md.CLAUDE.mdto instruct agents to follow the canonicalAGENTS.mdfile..github/copilot-instructions.md, which instructs Copilot to defer to theAGENTS.mdfile and includes instructions for when a PR review is requested from Copilot.Note
Copilot was not configured for automatic PRs due to Copilot's inability to consider
SYTLE-GUIDE.md. It's also nowhere near as thorough as Claude. I included PR instructions for Copilot in the event it's tagged as a reviewer.Automation and code review workflow
Documentation style guide
STYLE-GUIDE.md. The guide is now more structured and easier to follow. No rules or guidance were substantively changed. The file was just refactored for readability and use by AI agents.