Feature/sql skills updates#5559
Draft
brendankowitz wants to merge 5 commits into
Draft
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #5559 +/- ##
==========================================
+ Coverage 77.02% 77.36% +0.33%
==========================================
Files 983 985 +2
Lines 36007 36189 +182
Branches 5469 5498 +29
==========================================
+ Hits 27736 27997 +261
+ Misses 6927 6838 -89
- Partials 1344 1354 +10 🚀 New features to boost your workflow:
|
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
This pull request introduces four new agent definition files for the
.github/agentsdirectory, each describing a specialized AI coding agent with a clear role, focus areas, and task management approach. These agents are designed to collaborate efficiently by delegating tasks according to complexity, following modern software engineering practices, and enabling comprehensive code and architecture reviews.The most important changes are:
Agent Definitions and Collaboration Strategy
.github/agents/coding-agent.agent.md: Defines the "Coding Agent" as a modern code expert for refactoring, optimization, and enterprise patterns. Outlines delegation to the "Complex Coding Agent" for complex tasks and to the "Fast Coding Agent" for simple tasks, with explicit sub-task enumeration and parallel handoffs..github/agents/complex-coding-agent.agent.md: Introduces the "Complex Coding Agent" for high-complexity tasks, emphasizing deep architectural thinking, multi-file debugging, and sophisticated solutions. Specifies delegation of medium-complexity tasks to the "Coding Agent" and simple tasks to the "Fast Coding Agent.".github/agents/fast-coding-agent.agent.md: Establishes the "Fast Coding Agent" for quick, focused coding tasks such as single-file edits and test/build fixes, with a strong emphasis on speed, accuracy, and escalation of complex dependencies.Architecture and Code Review Automation
.github/agents/well-architected-agent.agent.md: Provides a comprehensive framework for code and architecture reviews based on the Well-Architected Framework’s five pillars (Reliability, Security, Cost Optimization, Operational Excellence, Performance Efficiency), including detailed checklists, assessment methodology, and reporting templates for actionable recommendations.Related issues
Addresses [issue #].
Testing
Describe how this change was tested.
FHIR Team Checklist
Semver Change (docs)
Patch|Skip|Feature|Breaking (reason)