Add thermo-nuclear code quality review skill and subagent - #43
Merged
Merged
Conversation
Install a strict maintainability review skill (user-invocable as /thermo-nuclear-code-quality-review) plus its Task subagent, which reads the skill file as its rubric. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01EfMSLoG9JevX3WbiKn5Vxq
|
ⓘ Qodo reviews are paused because the subscription is no longer active. Ask your workspace admin to reactivate the subscription to resume reviews. Manage billing |
github-actions
Bot
deleted the
claude/thermo-nuclear-code-quality-skill-1h27n2
branch
September 7, 2026 14:03
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.
Summary
Installs a strict maintainability review skill plus its Task subagent. No product code changes; only agent/skill config files under
.claude/.Changes
.claude/skills/thermo-nuclear-code-quality-review/SKILL.md— user-invocable rubric (/thermo-nuclear-code-quality-review) for an extremely strict maintainability review (code-judo simplification, 1k-line file rule, spaghetti-branch growth, boundary/type cleanliness)..claude/agents/thermo-nuclear-code-quality-review.md— a Task subagent (subagent_type: "thermo-nuclear-code-quality-review") that reads the skill file as its complete rubric and reviews the diff/file contents handed to it by a parent.Testing
Config-only change (Markdown under
.claude/); no Kotlin/source or build files touched../gradlew assembleDebug)./gradlew testDebugUnitTest)./gradlew lintDebug)Related Issues
N/A
🤖 Generated with Claude Code
https://claude.ai/code/session_01EfMSLoG9JevX3WbiKn5Vxq
Generated by Claude Code
Summary by cubic
Adds a strict maintainability review skill and its Task subagent under
.claude/, with no product code changes..claude/skills/thermo-nuclear-code-quality-review/SKILL.md, a user-invocable rubric (/thermo-nuclear-code-quality-review) for an extremely strict maintainability review covering code-judo simplification, the 1k-line file rule, spaghetti-branch growth, and type/boundary cleanliness..claude/agents/thermo-nuclear-code-quality-review.md, a Task subagent that reads the skill file as its complete rubric and reviews the diff and file contents passed by a parent agent..claude/; no Kotlin/source or build files touched.Written for commit e2a454b. Summary will update on new commits.