maxdimitrov

File Bug — Development skill for Claude Code

Development community

Discoverable entry-point for the bug-tracking skill — file a defect or regression as an agent-prompt-shaped issue in the configured tracker.

How to install File Bug

Installs to ~/.claude/skills/maxdimitrov-agent-issue-tracker-file-bug/SKILL.md

Terminal
mkdir -p ~/.claude/skills/maxdimitrov-agent-issue-tracker-file-bug && curl -fsSL https://raw.githubusercontent.com/maxdimitrov/agent-issue-tracker/HEAD/commands/file-bug.md -o ~/.claude/skills/maxdimitrov-agent-issue-tracker-file-bug/SKILL.md

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

What File Bug does


description: Discoverable entry-point for the bug-tracking skill — file a defect or regression as an agent-prompt-shaped issue in the configured tracker.

/file-bug []

A discoverable slash-command wrapper around the [`bug-tracking`](../skills/bug-tracking/SKILL.md) skill. Filing is normally skill-driven — the agent recognises trigger phrases ("file a bug", "we should track this") and follows the skill's body template. This command is that **same flow** with a name y

Alternatives in Development

  • Auto — Smart router - Single entry point with natural language intent detection 2.8k ★
  • Agent Instructions — This project uses bd (beads) for issue tracking 1.6k ★
  • Agentlas — Agentlas commands — one entry point for network, build, storm, call, and the rest 1.1k ★

Full documentation available on GitHub

View Source Repository