Skip to content

Comments

feat: Add review-staged skill and update autotriage configuration#275

Merged
sellakumaran merged 3 commits intomainfrom
users/sellak/autoTriageFix
Feb 19, 2026
Merged

feat: Add review-staged skill and update autotriage configuration#275
sellakumaran merged 3 commits intomainfrom
users/sellak/autoTriageFix

Conversation

@sellakumaran
Copy link
Contributor

Summary

This PR introduces two key improvements to developer workflows:

1. Review-Staged Skill ✨

A new Claude Code skill that reviews staged files before committing, catching issues early in the development process.

Features:

  • Reviews all staged files using git diff --staged
  • Applies same architectural and code quality standards as /review-pr
  • Generates structured markdown review with severity levels (BLOCKING, HIGH, MEDIUM, LOW, INFO)
  • Context-aware (CLI code has stricter requirements than GitHub Actions code)
  • Saves review to .codereviews/claude-staged-<timestamp>.md

Usage:

git add <files>
/review-staged              # Review all staged files
/review-staged --verbose    # Show detailed analysis

Benefits:

  • ✅ Catch issues before committing
  • ✅ Get immediate feedback on code quality
  • ✅ Learn coding standards through practice
  • ✅ Reduce PR review cycles
  • ✅ Ship better code faster

2. AutoTriage Configuration Updates 🔧

Updates team configuration and priority rules to reflect current team structure and strategic priorities.

Changes:

  • Team Members: Updated to current roster
    • sellakumaran (Tech Lead)
    • gwharris7 (Team Member)
    • ajmfehr (Engineering Manager)
  • Escalation Chain: Updated leadership structure
  • Security Issues: Reassigned to sellakumaran
  • Documentation Priority: Elevated to P1
    • Added keywords: "documentation", "docs", "readme", "guide"
    • Rationale: High-quality docs are critical for agent builders using Agent365

Related

  • Related to: /review-pr skill (PR review after creation)
  • Complements: .claude/agents/pr-code-reviewer.md (review guidelines)
  • Updates: AutoTriage team configuration for accuracy

sellakumaran and others added 2 commits February 18, 2026 09:49
Add new Claude Code skill that reviews staged files before committing,
using the same rigorous engineering standards as PR reviews.

Features:
- Reviews all staged files (git diff --staged)
- Applies same architectural and code quality standards as review-pr
- Generates structured markdown review with severity levels
- Catches issues before committing (faster feedback loop)
- Context-aware (CLI vs GitHub Actions different standards)
- Saves review to .codereviews/claude-staged-<timestamp>.md

Usage:
  /review-staged              # Review all staged files
  /review-staged --verbose    # Show detailed analysis

Benefits:
- Catch issues before committing
- Reduce PR review cycles
- Learn coding standards through practice
- Ship better code faster

Related: /review-pr skill for reviewing pull requests

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
- Update team members to current roster: sellakumaran (Tech Lead), gwharris7, ajmfehr (EM)
- Update escalation chain with new leadership structure
- Reassign security issues to sellakumaran
- Elevate documentation issues to P1 priority to support agent-first development
- Add documentation keywords (docs, readme, guide) to P1 classification

This change ensures accurate issue routing and reflects the strategic importance
of high-quality documentation for agent builders using Agent365.

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Copilot AI review requested due to automatic review settings February 18, 2026 19:40
@sellakumaran sellakumaran requested review from a team as code owners February 18, 2026 19:40
@github-actions
Copy link

github-actions bot commented Feb 18, 2026

⚠️ Deprecation Warning: The deny-licenses option is deprecated for possible removal in the next major release. For more information, see issue 997.

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

Scanned Files

None

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR introduces a new review-staged skill for pre-commit code review and updates the AutoTriage configuration to reflect the current team structure and strategic priorities.

Changes:

  • New Claude Code skill (review-staged) that reviews git-staged files before committing, providing early feedback using the same standards as PR reviews
  • Updated AutoTriage team configuration with current roster (sellakumaran, gwharris7, ajmfehr)
  • Elevated documentation issues to P1 priority by adding "documentation", "docs", "readme", "guide" keywords to p1_keywords

Reviewed changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.

File Description
.claude/skills/review-staged/SKILL.md Skill definition for the new review-staged feature with YAML frontmatter, usage examples, and engineering principles
.claude/skills/review-staged/README.md Comprehensive documentation for review-staged skill including quick start guide, severity levels, workflow integration, and troubleshooting
autoTriage/services/config_parser.py Added documentation-related keywords to P1 priority defaults in both _parse_priority_rules() and _default_config() methods
autoTriage/config/team-members.json Updated team roster to current members, escalation chain, and security assignee; added "documentation" to sellakumaran's expertise

ajmfehr
ajmfehr previously approved these changes Feb 18, 2026
Copilot AI review requested due to automatic review settings February 18, 2026 22:31
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 4 out of 4 changed files in this pull request and generated no new comments.

@sellakumaran sellakumaran merged commit 1b73523 into main Feb 19, 2026
14 checks passed
@sellakumaran sellakumaran deleted the users/sellak/autoTriageFix branch February 19, 2026 16:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants