electron-bun-test-reviewer

Classify Electron Bun test failures and guide deterministic fixes.

1|Updated Jan 26, 2026
One-click install
npx skills add https://github.com/AskTinNguyen/vesper-team-skills --skill electron-bun-test-reviewer
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: electron-bun-test-reviewer
Source: https://github.com/AskTinNguyen/vesper-team-skills/tree/main/electron-bun-test-reviewer
Command: npx skills add https://github.com/AskTinNguyen/vesper-team-skills --skill electron-bun-test-reviewer

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) and references (resource) components.

What problem does it solve?

Review failing Bun-based Electron tests, quickly classify failure modes, apply targeted, minimal fixes, and verify results with deterministic, repeatable steps.

Core Features & Use Cases

  • Reproduce and triage failing Bun type/tests in Electron main process and related test suites.
  • Classify failures using the project's failure-patterns guidance and route to minimal fixes.
  • Verify fixes via deterministic script sequences, including targeted test runs and environment checks.
  • Document changes and rationale for future traceability.

Quick Start

From the repository root, run the audit-main-test-mocks.sh script followed by run-electron-bun-checks.sh to triage and verify Electron Bun tests.

Frequently Asked Questions about electron-bun-test-reviewer

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I triage failing Electron Bun tests in the main process?▼

Electron Bun test triage classifies failure modes using project failure-patterns guidance, routing failures to minimal fixes through constrained test discovery, targeted main-process corrections, and deterministic script verification.

Why do my Bun-based Electron tests fail after adding new mocks?▼

Bun-based Electron tests often fail due to incomplete mock surface audits. Running audit-main-test-mocks.sh identifies mock inconsistencies, enabling targeted fixes and strict type safety checks to restore reproducible test results.

What is the best way to verify deterministic fixes for Electron Bun typecheck failures?▼

The best way to verify deterministic fixes for Electron Bun typecheck failures is executing run-electron-bun-checks.sh, which enforces strict type safety in tests and performs layer checks using repository scripts to confirm reproducible results.

Does this workflow support constrained test discovery for Bun-based Electron main process suites?▼

Yes, the workflow covers constrained test discovery for Bun-based Electron main process suites by isolating failing tests, auditing mock surfaces, and applying targeted fixes verified through deterministic repository script sequences.

How do I document changes and rationale when fixing Electron Bun test failures?▼

Document changes and rationale for Electron Bun test fixes by recording the classified failure modes, applied minimal fixes, and verification results from layer checks, ensuring future traceability of mock audits and type safety updates.

When should I run mock surface audits during Electron Bun test triage?▼

Run mock surface audits during Electron Bun test triage before applying fixes to identify inconsistencies in main-process mocks, ensuring targeted corrections maintain strict type safety and pass deterministic verification scripts.