Skip to content

dev: add /bug-hunt skill for instrumentation e2e testing#145

Merged
sohankshirsagar merged 6 commits intomainfrom
sohan/cloud-env
Mar 24, 2026
Merged

dev: add /bug-hunt skill for instrumentation e2e testing#145
sohankshirsagar merged 6 commits intomainfrom
sohan/cloud-env

Conversation

@sohankshirsagar
Copy link
Contributor

@sohankshirsagar sohankshirsagar commented Mar 24, 2026

Adds a /bug-hunt Claude 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]

@tusk-dev
Copy link

tusk-dev bot commented Mar 24, 2026

No tests generated

View output

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.

View check history

Commit Status Output Created (UTC)
63ce224 No tests generated Output Mar 24, 2026 10:59PM
6ffd7d0 No tests generated Output Mar 24, 2026 11:15PM
9005c5f No tests generated Output Mar 24, 2026 11:23PM
ab7aa7f No tests generated Output Mar 24, 2026 11:32PM

Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Copy link
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@sohankshirsagar sohankshirsagar changed the title dev: add /bug-hunt slash command for instrumentation e2e testing dev: add /bug-hunt skill for instrumentation e2e testing Mar 24, 2026
Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

@sohankshirsagar sohankshirsagar merged commit 1b739c1 into main Mar 24, 2026
19 checks passed
@sohankshirsagar sohankshirsagar deleted the sohan/cloud-env branch March 24, 2026 23:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants