feat(hippo): create up to 3 quick-win issues per daily run with cookie label#43549
Merged
Conversation
…label Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Create GitHub issues for top 3 quick wins
feat(hippo): create up to 3 quick-win issues per daily run with Jul 5, 2026
cookie label
pelikhan
marked this pull request as ready for review
July 5, 2026 13:32
Collaborator
|
@copilot resolve the merge conflicts on this branch. |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the Daily Hippo Learn agentic workflow to automatically surface a small number of high-confidence “quick win” follow-ups as GitHub issues (labeled into the cookie queue) during each daily run, with traceability back to Hippo memory IDs.
Changes:
- Added a
create-issuesafe-output configuration (labelsautomated-analysis+cookie, title prefix[hippo], max 3, expires 3d). - Added a new “Step 6 — Create quick-win issues” section instructing the agent to file up to 3 actionable issues sourced from the Quick Wins portion of its analysis and to avoid duplicates.
- Recompiled the workflow lock file to include the new safe-output tool wiring and config.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/daily-hippo-learn.md |
Adds create-issue safe-output config and a new prompt step to create up to 3 quick-win issues with traceability. |
.github/workflows/daily-hippo-learn.lock.yml |
Recompiled output reflecting the new create_issue safe-output tool configuration and handler wiring. |
Review details
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 2/2 changed files
- Comments generated: 0
- Review effort level: Low
Collaborator
|
@copilot merge main and recompile |
…-for-quick-wins # Conflicts: # .github/workflows/daily-hippo-learn.lock.yml Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Co-authored-by: pelikhan <4175913+pelikhan@users.noreply.github.com>
Contributor
Author
Merged main and recompiled in a9b4c99. The daily-hippo-learn workflow lock file has been regenerated with the latest dependencies from main. |
Contributor
|
🎉 This pull request is included in a new release. Release: |
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.
Each daily Hippo run now surfaces its top quick wins as actionable GitHub issues in the
cookiework queue, with memory IDs for traceability.Changes
daily-hippo-learn.mdcreate-issuesafe-output withlabels: [automated-analysis, cookie],max: 3, andtitle-prefix: "[hippo] "daily-hippo-learn.lock.yml— recompiled; labelsautomated-analysisandcookieresolve cleanly