Watch Issues banner
vishnu-77 vishnu-77

Watch Issues

Development community

Description

--- description: Set up or run the cron that polls the tracker for new (unchecked) issues and tracks them. argument-hint: "[run | setup <cron>] (default: run once)" --- Manage the issue-watching cron for the enclosing Git repository or `/set-repo` override. The poller is idempotent and dedups by `owner/repo#issue` into `docs/issue-log.md`. - **`run`** (default) — run `${CLAUDE_PLUGIN_ROOT}/scripts/poll-issues.sh "$VP_ACTIVE_REPO"` once now. Report how many new issues were recorded and list t

Installation

Installs to ~/.claude/skills/vishnu-77-bugrabbit-watch-issues/SKILL.md

Terminal
mkdir -p ~/.claude/skills/vishnu-77-bugrabbit-watch-issues && curl -fsSL https://raw.githubusercontent.com/vishnu-77/bugrabbit/HEAD/commands/watch-issues.md -o ~/.claude/skills/vishnu-77-bugrabbit-watch-issues/SKILL.md

Restart Claude Code, or start a new session, for it to be picked up.

Full documentation available on GitHub

View Source Repository