chore(codeql-resolver): reference superpowers:dispatching-parallel-agents#49
Conversation
…ents Replace inline subagent-batching skill reference with the upstream superpowers:dispatching-parallel-agents skill for parallel execution patterns. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
There was a problem hiding this comment.
Important
Looks good to me! 👍
Reviewed everything up to 53fa27b in 5 seconds. Click for details.
- Reviewed
13lines of code in1files - Skipped
0files when reviewing. - Skipped posting
0draft comments. View those below. - Modify your settings and rules to customize what types of comments Ellipsis leaves. And don't forget to react with 👍 or 👎 to teach Ellipsis.
Workflow ID: wflow_JicUk2Ry0OWstTBR
You can customize by changing your verbosity settings, reacting with 👍 or 👎, replying to comments, or adding code review rules.
Summary of ChangesHello @JacobPEvans, I'm Gemini Code Assist1! I'm currently reviewing this pull request and will post my feedback shortly. In the meantime, here's a summary to help you and other reviewers quickly get up to speed! This pull request updates the documentation for the Highlights
Changelog
Activity
Using Gemini Code AssistThe full guide for Gemini Code Assist can be found on our documentation page, here are some quick tips. Invoking Gemini You can request assistance from Gemini at any point by creating a comment using either
Customization To customize Gemini Code Assist for GitHub experience, repository maintainers can create a configuration file and/or provide a custom code review style guide (such as PEP-8 for Python) by creating and adding files to a Limitations & Feedback Gemini Code Assist may make mistakes. Please leave feedback on any instances where its feedback is incorrect or counter productive. You can react with 👍 and 👎 on @gemini-code-assist comments. If you're interested in giving your feedback about your experience with Gemini Code Assist for Github and other Google products, sign up here. You can also get AI-powered code generation, chat, as well as code reviews directly in the IDE at no cost with the Gemini Code Assist IDE Extension. Footnotes
|
There was a problem hiding this comment.
Code Review
The pull request updates the codeql-resolver/commands/resolve-codeql.md file to reflect a change in skill names, replacing subagent-batching with superpowers:dispatching-parallel-agents. This is a straightforward documentation update that aligns with the removal of the old skill and the adoption of the new one. The change is accurate and necessary for maintaining correct documentation.
There was a problem hiding this comment.
Pull request overview
This PR updates the resolve-codeql.md command documentation to reference the upstream superpowers:dispatching-parallel-agents skill instead of the previously deleted custom subagent-batching skill. This is a companion change to align with the ai-assistant-instructions repository that has removed the custom skill in favor of the upstream superpowers plugin skill.
Changes:
- Updated skill reference from
subagent-batchingtosuperpowers:dispatching-parallel-agentsin Phase 2 documentation
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
…skills Skills that trigger parallel agent dispatch now invoke the superpowers skill for focused agent prompt structure, common mistakes, and verification patterns. - resolve-pr-threads: thread group + comment group parallel dispatch - finalize-pr: parallel fixes in resolution loop - sync-main: parallel PR-behind checks - auto-maintain: DISPATCH step in core loop - orchestrate-infra: parallel Ansible phase dispatch Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Summary
codeql-resolver/commands/resolve-codeql.mdto referencesuperpowers:dispatching-parallel-agentsinstead of the now-deletedsubagent-batchingskillCompanion to the ai-assistant-instructions change that removes the custom subagent-batching skill in favor of the upstream superpowers skill.
Test plan
subagent-batchingreferences in this reporesolve-codeql.mdreferences the superpowers skill correctly🤖 Generated with Claude Code
Important
Update
resolve-codeql.mdto referencesuperpowers:dispatching-parallel-agentsinstead ofsubagent-batching.resolve-codeql.mdto referencesuperpowers:dispatching-parallel-agentsinstead ofsubagent-batchingfor parallel execution.subagent-batchingreferences remain.resolve-codeql.mdcorrectly references the new skill.This description was created by
for 53fa27b. You can customize this summary. It will automatically update as commits are pushed.