Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository: coderabbitai/skills/.coderabbit.yaml Review profile: ASSERTIVE Plan: Enterprise Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
Comment |
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
Move autofix's live PR feedback retrieval to
coderabbit pullrequest <number-or-url> --show-threads --agent. Remove GitHub CLI authentication, branch-to-PR discovery, PR creation and automatic comments/reactions. The agent continues to validate findings and apply authorized local fixes.Draft, stacked on #44. Do not publish until a supporting CLI and backend are available. The skill checks command help and output completeness, reports capability gaps, and never silently falls back to consolidated prompts or GitHub CLI.
Affected surfaces
skills/autofix/SKILL.mdand its reusablegithub.mdcontract.The structured snapshot preserves thread/root IDs, authors, file anchors, resolution/outdated state and observed head. It covers inline roots only; empty results do not prove review completion. Supplied-only exports still work without live authentication.
Public references
--show-threadsis a new capability awaiting release.Validation
python3 quick_validate.py skills/autofixfrom the skill-creator validation tools: passed.git diff --check: passed.ghcommand remains in either autofix workflow file, and README/reference claims match the new routing.Checklist
SKILL.mdstays focused on activation, routing, domain context, and workflow framing.--show-threadsrelease and backend availability.