found-issues

Featured

Claude Code plugin that catches the bugs your agent shrugs at — enforced by hooks, auto-closed on merge.

plugin 1 stars 1 forks Updated 3 days ago MIT

Install

Plugins install via a marketplace, in two steps.

This plugin isn't listed in a marketplace we've indexed. Install it directly from its GitHub repository — the README has the setup steps.

View on GitHub

Bundles

Everything this plugin ships — skills, agents, commands, hooks, and MCP servers it bundles.

Skills (10)

AI & Automation Listed

verify

Drive found-issues CLI changes end-to-end — build/launch/drive recipe for verifying bin/found-issues, hooks, and statusline integrations at their real surfaces.

1 Updated 3 days ago
AltDoug
Code & Development Listed

fi-archive

Move old [fixed] entries out of docs/found-issues.md into docs/found-issues-archive.md (keeps the newest 50 or 30 days, whichever threshold hits first). Mutating and one-way — the archive file is append-only and entries do not come back, so use --dry-run to preview. Open and deferred entries are never touched. Use when the [fixed] tail is drowning the ledger, not as routine post-sync cleanup.

1 Updated 3 days ago
AltDoug
AI & Automation Listed

fi-defer

Park an [open] entry as [deferred] — it stays in the ledger but leaves the statusline counter, optionally with a reason or mute-until window. Use for known-but-consciously-postponed work, NOT to silence an entry someone should fix (real fixes close via the annotate commands plus sync). Re-deferring after a promotion increments the defer-cycle and escalates the next nudge. Inverse of $fi-promote-deferred.

1 Updated 3 days ago
AltDoug
AI & Automation Listed

fi-doctor

Read-only health check of the found-issues installation — CLI version vs installed plugin, statusline wiring, gh auth, mode detection, hook opt-outs, ledger file state. Run when something looks wrong (counter missing, sync not firing, stale CLI after an update) or after install or upgrade. Diagnoses only and changes nothing — follow its printed advice to fix.

1 Updated 3 days ago
AltDoug
Code & Development Listed

fi-promote-deferred

Revive a [deferred] entry back to [open], preserving every annotation (touch history, defer-cycle, reason) as evidence of recurrence. Use when a parked issue starts biting again or its mute window expired. Inverse of $fi-defer. Despite the similar name it is unrelated to $fi-promote, which copies branch-only entries onto the default branch before a branch is deleted.

1 Updated 3 days ago
AltDoug
AI & Automation Listed

fi-promote

Copy [open] entries that exist only on the current branch onto the default branch before the branch is deleted — entries logged mid-branch would otherwise die with it. Run before branch cleanup; the pre-branch-delete hook blocks deletion until it has run. Despite the similar name it is unrelated to $fi-promote-deferred, which flips a single [deferred] entry back to [open] in place.

1 Updated 3 days ago
AltDoug
AI & Automation Listed

fi-setup

First-run orientation — explains the system, surfaces optional config, offers the statusline integration and the fi alias. Run once after installing; safe to re-run. Logging itself is zero-config and does not need this.

1 Updated 3 days ago
AltDoug
Code & Development Listed

fi-status

Print the current open / in-PR / critical / stale counts as one line. Read-only and safe anytime — use for a quick pulse or when debugging the statusline counter. For the full entry list read docs/found-issues.md directly; for an installation health check use $fi-doctor instead.

1 Updated 3 days ago
AltDoug
AI & Automation Listed

fi-uninstall

Wipe plugin-private state — statusline segment, onboarding marker, mode cache, fi alias — BEFORE removing the found-issues plugin itself. The ledger (docs/found-issues.md) is repo data and stays untouched. Run only when actually removing the plugin, not for troubleshooting (that is $fi-doctor).

1 Updated 3 days ago
AltDoug
Code & Development Listed

rules

Rules for how AI agents maintain docs/found-issues.md — logging, annotation after PR/commit, sync, branch-deletion guard, dead code. Auto-loaded every session by the found-issues plugin.

1 Updated 3 days ago
AltDoug

Commands (13)

annotate-commit.md annotate-pr.md archive.md defer.md doctor.md fix.md log.md promote-deferred.md promote.md setup.md status.md sync.md uninstall.md

Hooks (7)

format-enforcer.sh hooks.json post-bash-dispatch.sh pre-branch-delete.sh pre-commit.sh session-start.sh stop-reminder.sh

Quality Score: 73/100

Stars 20%
10
Recency 20%
100
Manifest 20%
100
Documentation 15%
0
Issue Health 10%
80
License 10%
100
Description 5%
100

Details

Author
AltDoug
Repository
AltDoug/found-issues
Created
3 months ago
Last Updated
3 days ago
Language
Shell
License
MIT