chore: restructure 26 agents to 8-section template and trim Project Context per role#73
Conversation
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
…itions Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
Co-Authored-By: Claude Sonnet 4.6 <[email protected]>
…nt subset Backend agents keep FastAPI/PostgreSQL/Redis/Celery and backend/ only; frontend agents keep React/TypeScript/Vite and frontend/ only; non-engineering agents get a one-line stack summary with no monorepo line; cross-cutting agents keep the full block. Co-Authored-By: Claude Opus 4.7 <[email protected]>
Qodo reviews are paused for this user.Troubleshooting steps vary by plan Learn more → On a Teams plan? Using GitHub Enterprise Server, GitLab Self-Managed, or Bitbucket Data Center? |
There was a problem hiding this comment.
Review Summary
This PR successfully restructures 26 agent configuration files to follow a uniform 8-section template while tailoring the Project Context section to each agent's specific role. The changes are documentation-only with no production code modifications.
Key Changes Verified:
- ✅ Uniform 8-section template applied consistently across all 26 files
- ✅ Frontmatter (
tools:,description:,model:) preserved byte-identically - ✅ Project Context appropriately scoped:
- Backend agents: FastAPI + PostgreSQL + Redis + Celery stack
- Frontend agents: React + TypeScript + Vite stack
- Non-engineering agents: Simplified one-line stack summary
- Cross-cutting agents: Full stack information retained
- ✅ Constitution NON-NEGOTIABLEs (Generalization-First, Data Fairness) maintained in all files
- ✅ Team-lead special sections (File Ownership, Quality Gate Rules, SDD Phase Sequence) properly relocated under Orchestration Standards
Structure Improvements:
The new template provides better organization with clear sections for role definition, responsibilities, workflow, standards, quality checks, output format, and communication style. This enhances agent clarity and maintainability.
No blocking issues identified. The restructuring improves documentation quality and agent guidance without affecting functionality.
You can now have the agent implement changes and create commits directly on your pull request's source branch. Simply comment with /q followed by your request in natural language to ask the agent to make changes.
There was a problem hiding this comment.
Code Review
This pull request standardizes and enhances the Claude agent profiles under .claude/agents/ by adding color configurations, detailed project context for the 'Label Suite' platform, core responsibilities, structured workflows, domain-specific standards, quality checklists, and communication styles. The review comments correctly identify a few inconsistencies in the updated profiles, such as mismatched section references in the workflows of the NLP Research Advisor and Senior Technical Writer, and a copy-pasted workflow in the User Researcher profile that does not align with its core responsibilities.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
Correct Domain Standards section references in nlp-research-advisor and senior-technical-writer; rewrite user-researcher workflow to match its research responsibilities instead of the BA/PM template. Co-Authored-By: Claude Opus 4.7 <[email protected]>
Summary
.claude/agents/to a uniform 8-section template: role paragraph → Project Context → Core Responsibilities → Workflow → Domain Standards → Quality Checklist → Output Format → Communication Styletools:/description:frontmatter byte-identical to main;model: sonnetretained; team-lead special sections (FR-131 gate scripts, File Ownership, SDD Phase Sequence, Escalation Rules) relocated verbatim under## Orchestration StandardsFastAPI + PostgreSQL + Redis + Celery,backend/onlyReact + TypeScript + Vite,frontend/onlyChanged Files
26 files changed, +1238 / −728 (docs-only:
.claude/agents/*.md).Test Plan
tools:anddescription:fields verified byte-identical to main for all 26 agents🤖 Generated with Claude Code