Skip to content

feat(repository): add code quality review skill - #156

Merged
StudentWeis merged 1 commit into
mainfrom
feat/code-quality-review-skill
Aug 5, 2026
Merged

feat(repository): add code quality review skill#156
StudentWeis merged 1 commit into
mainfrom
feat/code-quality-review-skill

Conversation

@StudentWeis

Copy link
Copy Markdown
Owner

Summary

Add a repository-local skill for evidence-based reviews of production code, comments/documentation, and tests. The workflow scopes the review, validates findings, assigns calibrated severity, and reports actionable evidence without modifying code unless requested.

Linked Issue

Closes #155

Changes

  • Add the code-quality-review workflow and three-axis review criteria.
  • Add UI metadata and a default invocation prompt for skill discovery.

Testing

  • scripts/precheck.sh passes locally
  • Skill structure passes quick_validate.py; no runtime code requires new tests

Self-Check

  • PR title follows Conventional Commits
  • No hardcoded user-facing strings — i18n keys added to all locale files
  • Errors defined with thiserror (no manual impl Display/Error)
  • No unrelated changes mixed in

@StudentWeis
StudentWeis merged commit a40bd93 into main Aug 5, 2026
8 checks passed
@StudentWeis
StudentWeis deleted the feat/code-quality-review-skill branch August 5, 2026 01:32
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.

feat: add code quality review skill

1 participant