Skip to content

fix(resolve-pr-feedback): unblock /loop scheduling#582

Merged
tmchow merged 1 commit intomainfrom
tmchow/resolve-pr-feedback-q
Apr 17, 2026
Merged

fix(resolve-pr-feedback): unblock /loop scheduling#582
tmchow merged 1 commit intomainfrom
tmchow/resolve-pr-feedback-q

Conversation

@tmchow
Copy link
Copy Markdown
Collaborator

@tmchow tmchow commented Apr 17, 2026

/loop couldn't schedule /resolve-pr-feedback because disable-model-invocation: true blocks the Skill tool for every model-initiated invocation, not just semantic auto-fire. A scheduled wake-up is model-initiated, so the agent fell back to "follow the steps manually" and the skill never ran.

Remove the flag. The description is already intent-specific ("addressing PR review comments, resolving review threads"), and the skill body requires a PR context with gh auth, so accidental auto-fire stays bounded. Plugin AGENTS.md now documents the /loop tradeoff so non-beta skills don't reintroduce the flag.


Compound Engineering
Claude Code

…works

The disable-model-invocation flag blocks the Skill tool for any
model-initiated invocation, including scheduled re-entry from /loop.
Only a user typing the slash command bypasses it. That defeats
scheduled PR-comment resolution, which is a legitimate use case.

Drop the flag and document the tradeoff in the plugin AGENTS.md so
non-beta skills don't reintroduce it. Description specificity and
the required PR argument remain as guards against accidental
auto-fire.
@tmchow tmchow merged commit 4ccadcf into main Apr 17, 2026
2 checks passed
This was referenced Apr 16, 2026
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.

1 participant