feat(bot): implement issue-fixer skill and mandate selection#26951
Draft
gundermanc wants to merge 15 commits into
Draft
feat(bot): implement issue-fixer skill and mandate selection#26951gundermanc wants to merge 15 commits into
gundermanc wants to merge 15 commits into
Conversation
|
Size Change: -4 B (0%) Total Size: 34.1 MB
ℹ️ View Unchanged
|
- Updates the `issue-fixer` skill to strictly forbid the use of local tools (like lint, tsc, grep) for finding tasks. - Updates `scheduled.md` to clarify that local tools are for verification only.
- Replaces `gh issue list` with the `--json` flag to prevent default pagers (like `less`) from waiting for user input and hanging the CI run. - Adds `--no-pager` to `gh run view`.
- Sets `GH_PAGER: ''` in the workflow environment variables to ensure any `gh` CLI commands executed by the bot or in bash scripts do not hang waiting for user input in the headless CI environment.
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
This PR implements the
issue-fixerskill for the Gemini CLI Bot and adds the ability to manually select the bot's mandate (auto, issue-fixer, metrics, interactive) when triggering the workflow viaworkflow_dispatch. It also updates the CI policy to allow theactivate_skilltool.Details
issue-fixerskill that enables the bot to proactively identify and fixeffort/smallissues and maintain existingbot-fixPRs.gemini-cli-bot-brain.ymlworkflow to include amandatechoice input. This allows maintainers to explicitly test specific bot behaviors.PROMPT_FILEandMANDATEbased on the input override and improved logging for better visibility in Action logs.activate_skillto theci-policy.tomlto ensure the bot can utilize its specialized skills in the CI environment.main.Related Issues
Related to #26717
How to Validate
🧠 Gemini CLI Bot: Brainworkflow on this branch.issue-fixerorinteractivefrom the mandate dropdown and verify in the logs that the correct prompt and mandate are selected.activate_skilltool call succeeds (or no longer fails with "Tool not found").Pre-Merge Checklist