-
Notifications
You must be signed in to change notification settings - Fork 5
feat(skills): Add agent-performance skill for metrics tracking #1627
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
base: main
Are you sure you want to change the base?
Conversation
Add new skill for tracking agent utilization and effectiveness: - Invocation counts per agent - Success/failure rates - Average completion times - Identifies underutilized agents - Leverages existing workflow_tracker.py Part of Issue #1611 Enhancement 2 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
Code Review for agent-performance SkillReviewer: Claude Code Reviewer Agent Philosophy Compliance: 8/10Strengths:
Minor Concerns:
Strengths
Issues FoundMINOR - Agent Count Discrepancy:
MINOR - Missing Error Handling Documentation:
OBSERVATION - No Automated Aggregation Script:
Recommendations
Philosophy Scores
Overall: 8.5/10 Verdict[x] Comment - Minor suggestions only The skill follows amplihack philosophy well. The identified issues are documentation accuracy items that don't affect functionality. The core design of leveraging Recommendation: Merge as-is, or optionally address the minor agent count discrepancy before merging. Generated by Claude Code Reviewer Agent |
Improvements: - Fix specialized agent count: 26 -> 25 (accurate count) - Add dynamic count note for future maintainability - Add "Interpreting Metrics" section with benchmarks for: - Success rate guidelines (95%+, 85-94%, 70-84%, <70%) - Invocation volume interpretation - Duration benchmarks - Add "Empty State Handling" with example output - Add "Limitations" section documenting 6 constraints - Update README.md with summary of new sections 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
Quality Improvement UpdatePrevious Score: 8.5/10 Improvements Made
Quality AssessmentThese improvements bring the skill to 9/10 by:
🤖 Generated with Claude Code |
Summary
agent-performanceskill for tracking agent effectivenessworkflow_tracker.pyinfrastructurePart of Issue #1611 (Enhancement 2)
Files Added
.claude/skills/agent-performance/SKILL.md- Main skill definition.claude/skills/agent-performance/README.md- DocumentationHow to Use
Triggers: 'agent performance', 'agent metrics', 'which agents', 'underutilized'
🤖 Generated with Claude Code