Add Claude Code sub-agents#239
Merged
Merged
Conversation
Converts all 8 .github/agents definitions to Claude Code sub-agent format under .claude/agents/, with scoped tool permissions per role. Also excludes .claude/settings.local.json from source control. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://gray-bush-02024e71e-239.westus2.7.azurestaticapps.net |
There was a problem hiding this comment.
Pull request overview
Adds Claude Code sub-agent definitions to the repo and prevents local Claude Code settings from being committed.
Changes:
- Added 8 Claude Code sub-agent markdown definitions under
.claude/agents/, each with a scoped tool set. - Updated
.gitignoreto ignore.claude/settings.local.json.
Reviewed changes
Copilot reviewed 8 out of 9 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
.gitignore |
Ignores Claude Code local settings file to keep machine-specific config out of source control. |
.claude/agents/architect.md |
Adds Senior Software Architect sub-agent definition (read-only tooling). |
.claude/agents/devops.md |
Adds DevOps Engineer sub-agent definition (includes Bash/Edit/Write). |
.claude/agents/document-engineer.md |
Adds Documentation Engineer sub-agent definition (Edit/Write). |
.claude/agents/implementation-engineer.md |
Adds Implementation Engineer sub-agent definition (implementation + write tooling). |
.claude/agents/project-governance.md |
Adds Project Governance sub-agent definition (read-only tooling). |
.claude/agents/reviewer.md |
Adds Reviewer sub-agent definition (read-only + Bash). |
.claude/agents/tester.md |
Adds Testing Engineer sub-agent definition (test tooling + write access). |
.claude/agents/ui-ux-engineer.md |
Adds UI/UX Engineer sub-agent definition (Edit/Write). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
|
Azure Static Web Apps: Your stage site is ready! Visit it here: https://gray-bush-02024e71e-239.westus2.7.azurestaticapps.net |
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.
Summary
.github/agentsGitHub Copilot agent definitions to Claude Code sub-agent format under.claude/agents/.claude/settings.local.jsonto.gitignoreto keep local settings out of source controlAgents Added
architect.mddevops.mddocument-engineer.mdimplementation-engineer.mdproject-governance.mdreviewer.mdtester.mdui-ux-engineer.mdTest plan
/agentsor sub-agent invocation).claude/settings.local.jsonis not tracked by git🤖 Generated with Claude Code