Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
70 changes: 55 additions & 15 deletions .github/workflows/daily-hippo-learn.lock.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

21 changes: 21 additions & 0 deletions .github/workflows/daily-hippo-learn.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,11 @@ safe-outputs:
title-prefix: "🦛 "
close-older-discussions: true
max: 1
create-issue:
expires: 3d
labels: [automated-analysis, cookie]
title-prefix: "[hippo] "
max: 3

imports:
- shared/hippo-memory.md
Expand Down Expand Up @@ -173,6 +178,22 @@ Any stale, very-low-confidence, or duplicated memories worth pruning. Run
Keep the report concise and focused on what the team can act on. Wrap verbose
memory lists in `<details>` tags to reduce scrolling.

## Step 6 — Create quick-win issues

From the **Quick Wins** section of your analysis, pick the top 3 highest-confidence,
most actionable improvements that a developer could complete within a day or two.
For each one, create a separate GitHub issue using the `create_issue` safe-output tool.

Each issue should:
- Have a short, specific title describing the improvement
- Include the memory ID(s) that support it (e.g. `Memory: <id>`) for traceability
- Explain the rationale in 2–3 sentences backed by the recalled memories
- Describe concrete next steps (commands to run, files to edit, etc.)
- Not duplicate an issue already open in the repository

Do **not** create more than 3 issues. If fewer than 3 compelling quick wins exist,
create only as many as are genuinely actionable.

**Important**: If no action is needed after completing your analysis, you **MUST**
call the `noop` safe-output tool with a brief explanation. Failing to call any
safe-output tool is the most common cause of safe-output workflow failures.
Expand Down