Skip to content

feat(skills): incremental issue-hunt loop; bump to 0.7.0#81

Merged
avrabe merged 1 commit into
mainfrom
feat/plugin-issue-hunt-skill
Jun 10, 2026
Merged

feat(skills): incremental issue-hunt loop; bump to 0.7.0#81
avrabe merged 1 commit into
mainfrom
feat/plugin-issue-hunt-skill

Conversation

@avrabe

@avrabe avrabe commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

New issue-hunt skill — the standing bug/feature hunt loop you asked for. Each pass picks up only what's new since the last pass (new issues + new comments) via a git-excluded per-repo watermark (.claude/pulseengine/issue-hunt-state.json), digests + triages it, works the actionable items through the chain, and accumulates toward a feature release.

The new mechanism — incremental "since last loop": gh issue list --search "updated:>=<watermark>" (a new comment bumps updatedAt, so it catches comment activity, not just new issues), per-issue new-comment filtering, and advance-the-watermark-only-on-success so a crashed pass never skips items. Exit condition is a release, not an empty tracker.

One invocation = one pass; designed for /loop <interval> issue-hunt <repo> or a scheduled agent. Hybrid disposition (triage = explorer, deliver/release = driver). Composes with release-planning, feature-loop, traceability-audit, release-execution. Thirteenth skill; → 0.7.0.

🤖 Generated with Claude Code

New issue-hunt skill — a standing bug/feature hunt loop. Each pass picks up only
what's NEW since the last pass (new issues + new comments) via a git-excluded
per-repo watermark (.claude/pulseengine/issue-hunt-state.json), digests + triages
it, works the actionable items through the chain, and accumulates toward a feature
release. One invocation = one pass; designed for /loop or a scheduled agent.

The incremental watermark is the new mechanism: gh issue list
--search "updated:>=<watermark>" (a new comment bumps updatedAt, so it catches
comment activity), per-issue new-comment filtering, and advance-on-success so a
crashed pass never skips items. The exit condition is a release, not an empty
tracker. Hybrid disposition: triage is explorer work, deliver/release routes
through the driver skills (per the operating contract). Composes with
release-planning (land + ship), feature-loop, traceability-audit,
release-execution.

Thirteenth skill; plugin + marketplace bumped to 0.7.0.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@avrabe avrabe merged commit 7db72eb into main Jun 10, 2026
1 check passed
@avrabe avrabe deleted the feat/plugin-issue-hunt-skill branch June 10, 2026 18:49
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.

1 participant