feat: add comment-sicko agent and generalize base branch resolution - #243
Merged
Conversation
Repos with a non-main default branch broke /deslop, the thermo-nuclear review command, and the git-workflow skill's rebase snippet. Resolve via origin/HEAD, gh, or git remote show before falling back to main.
comment-sicko hunts narration, banners, commented-out code, and unjustified lint/type suppressions in a diff, flagging root-cause fixes as MUST KILL without touching application code. no-comments orchestrates it: spawn, adjudicate findings, fix trivial cases, land root-cause fixes for the rest, and offer to encode legitimate constraint comments into types/tests/lint.
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
comment-sickosubagent and/no-commentscommand that hunt narration, banners, commented-out code, and unjustified lint/type suppressions, then land root-cause fixes./deslop,/thermo-nuclear-code-quality-review, and thegit-workflowskill so it no longer hardcodesmain.Changes
dot_config/claude/agents/comment-sicko.md: new agent definition for hunting and flagging comment/suppression debt.dot_config/claude/commands/no-comments.md: new command that orchestrates comment-sicko, adjudicates findings, and applies fixes.dot_config/claude/commands/deslop.md,dot_config/claude/commands/thermo-nuclear-code-quality-review.md,dot_config/claude/skills/git-workflow/SKILL.md: resolve the base branch viaorigin/HEAD/gh/git remote showinstead of assumingmain.Test Plan