dev: add /bug-hunt skill for instrumentation e2e testing#145
dev: add /bug-hunt skill for instrumentation e2e testing#145sohankshirsagar merged 6 commits intomainfrom
Conversation
|
No tests generated Tip New to Tusk Unit Tests? Learn more here. No symbols were selected for unit test generation because the PR only introduces documentation, configuration changes, a Markdown-based skill definition, and a minor shell script command update. None of these changes contain executable code, business logic, or functions/classes suitable for unit testing in the ava framework. |
There was a problem hiding this comment.
2 issues found across 7 files
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name=".claude/commands/bug-hunt.md">
<violation number="1" location=".claude/commands/bug-hunt.md:205">
P1: Workflow steps target `esm-*` directories even though the command declares CJS as the primary test target.</violation>
<violation number="2" location=".claude/commands/bug-hunt.md:205">
P1: Path commands incorrectly use `$ARGUMENTS` instead of the parsed library name, so any invocation with focus context will generate invalid paths.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
There was a problem hiding this comment.
1 issue found across 1 file (changes from recent commits).
Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.
<file name=".claude/commands/bug-hunt.md">
<violation number="1" location=".claude/commands/bug-hunt.md:205">
P2: The new CJS paths conflict with nearby "ESM e2e test directory" instructions, leaving contradictory workflow guidance. Update the surrounding wording to CJS so the procedure is unambiguous.</violation>
</file>
Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review.
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.


Adds a
/bug-huntClaude Code skill that automates finding gaps in instrumentation code by writing and running e2e tests through the DISABLED → RECORD → REPLAY cycle.Usage:
/bug-hunt <library> [focus on area - optional]