Skip to content

feat(hippo): create up to 3 quick-win issues per daily run with cookie label#43549

Merged
pelikhan merged 4 commits into
mainfrom
copilot/create-issues-for-quick-wins
Jul 5, 2026
Merged

feat(hippo): create up to 3 quick-win issues per daily run with cookie label#43549
pelikhan merged 4 commits into
mainfrom
copilot/create-issues-for-quick-wins

Conversation

Copilot AI commented Jul 5, 2026

Copy link
Copy Markdown
Contributor

Each daily Hippo run now surfaces its top quick wins as actionable GitHub issues in the cookie work queue, with memory IDs for traceability.

Changes

  • daily-hippo-learn.md
    • Added create-issue safe-output with labels: [automated-analysis, cookie], max: 3, and title-prefix: "[hippo] "
    • Added Step 6 instructing the agent to pick up to 3 highest-confidence quick wins from its analysis and file one issue each, embedding the source memory ID for traceability and skipping duplicates already open in the repo
safe-outputs:
  create-discussion:
    ...
  create-issue:
    expires: 3d
    labels: [automated-analysis, cookie]
    title-prefix: "[hippo] "
    max: 3
  • daily-hippo-learn.lock.yml — recompiled; labels automated-analysis and cookie resolve cleanly

issues: write is not declared explicitly — the safe-outputs framework injects the necessary scope automatically in strict mode.

Copilot AI linked an issue Jul 5, 2026 that may be closed by this pull request
…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 cookie label Jul 5, 2026
Copilot AI requested a review from pelikhan July 5, 2026 13:30
@pelikhan
pelikhan marked this pull request as ready for review July 5, 2026 13:32
Copilot AI review requested due to automatic review settings July 5, 2026 13:32
@pelikhan

pelikhan commented Jul 5, 2026

Copy link
Copy Markdown
Collaborator

@copilot resolve the merge conflicts on this branch.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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-issue safe-output configuration (labels automated-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

@pelikhan

pelikhan commented Jul 5, 2026

Copy link
Copy Markdown
Collaborator

@copilot merge main and recompile

Copilot AI and others added 2 commits July 5, 2026 15:09
…-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>

Copilot AI commented Jul 5, 2026

Copy link
Copy Markdown
Contributor Author

@copilot merge main and recompile

Merged main and recompiled in a9b4c99. The daily-hippo-learn workflow lock file has been regenerated with the latest dependencies from main.

@pelikhan
pelikhan merged commit 5cce5c0 into main Jul 5, 2026
@pelikhan
pelikhan deleted the copilot/create-issues-for-quick-wins branch July 5, 2026 15:17
@github-actions

github-actions Bot commented Jul 7, 2026

Copy link
Copy Markdown
Contributor

🎉 This pull request is included in a new release.

Release: v0.82.3

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.

[q] hippo: create issues for top 3 quick wins

3 participants