---
name: Bounty Board
slug: bounty-board
category: Automation
description: Bounty Board shows TODO, FIXME, HACK, and lint-suppression debt as XP-priced bounties based on git-blame age. Use it to quickly spot the oldest open issues and describe what would be needed to clear them.
github: "https://github.com/karanb192/claude-code-hooks/tree/main/plugins/bounty-board/skills/board"
language: JavaScript
stars: 486
forks: 34
install: "npx degit https://github.com/karanb192/claude-code-hooks/tree/main/plugins/bounty-board/skills/board ~/.claude/skills/board"
installs_to: ~/.claude/skills/board
source_path: plugins/bounty-board/skills/board/SKILL.md
collection_size: 7
category_size: 1523
collection_url: "https://dirskills.com/collections/karanb192/claude-code-hooks"
added: 2026-08-26T05:13:21.120Z
last_synced: 2026-08-26T05:13:21.120Z
canonical_url: "https://dirskills.com/skills/bounty-board"
---

# Bounty Board

Bounty Board shows TODO, FIXME, HACK, and lint-suppression debt as XP-priced bounties based on git-blame age. Use it to quickly spot the oldest open issues and describe what would be needed to clear them.

**Install:**

```bash
npx degit https://github.com/karanb192/claude-code-hooks/tree/main/plugins/bounty-board/skills/board ~/.claude/skills/board
```

## README

# Bounty board

!`node "${CLAUDE_SKILL_DIR}/../../bounty-board.js" --render 2>/dev/null || node "${CLAUDE_PLUGIN_ROOT}/bounty-board.js" --render`

The card above is this repository's open bounties: each TODO/FIXME/HACK/skip/lint-suppression
priced as a wanted-poster bounty whose XP scales with its git-blame age (older debt = fatter
bounty). It is produced by the `bounty-board` hook, which scans the repo on demand.

Briefly call out the 1-3 fattest bounties and, for each, name the file:line and what it would take
to genuinely clear it (resolve the debt, not just delete the marker). Keep it short; do not re-run
any commands.
