Skip to content

feat(commands): add thresholds and severity criteria to code-quality and pr-review#51

Merged
kcenon merged 1 commit into
mainfrom
feat/issue-44-add-thresholds-severity-criteria
Jan 19, 2026
Merged

feat(commands): add thresholds and severity criteria to code-quality and pr-review#51
kcenon merged 1 commit into
mainfrom
feat/issue-44-add-thresholds-severity-criteria

Conversation

@kcenon

@kcenon kcenon commented Jan 19, 2026

Copy link
Copy Markdown
Owner

Closes #44

Summary

  • Add explicit thresholds with measurable values to /code-quality command (complexity, function length, nesting depth, file length, test coverage)
  • Add language-specific tool recommendations for TypeScript, Python, C/C++, Go, and Rust
  • Add scoring formula with rating interpretation table
  • Add severity definitions (Critical/Major/Minor/Info) with clear criteria to /pr-review command
  • Add decision criteria table for APPROVE/REQUEST_CHANGES/NEEDS_DISCUSSION recommendations

Test Plan

  • Verify /code-quality command displays Thresholds section
  • Verify /code-quality command displays Language-Specific Tools section
  • Verify /code-quality command displays Scoring Formula section
  • Verify /pr-review command displays Severity Definitions section
  • Verify /pr-review command displays Decision Criteria section
  • Confirm thresholds align with industry standards

…and pr-review

Add measurable quality metrics to enable objective code analysis:

- code-quality: Add Thresholds table with industry-standard values for
  complexity, function length, nesting depth, file length, and test coverage
- code-quality: Add Language-Specific Tools table for TypeScript, Python,
  C/C++, Go, and Rust
- code-quality: Add Scoring Formula with rating interpretation
- pr-review: Add Severity Definitions (Critical/Major/Minor/Info) with
  clear criteria and required actions
- pr-review: Add Decision Criteria table for APPROVE/REQUEST_CHANGES/
  NEEDS_DISCUSSION recommendations

Closes #44
@kcenon kcenon merged commit b843e30 into main Jan 19, 2026
@kcenon kcenon deleted the feat/issue-44-add-thresholds-severity-criteria branch January 19, 2026 07:36
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.

[Medium Priority] Add thresholds and severity criteria to code-quality and pr-review

1 participant