Add regression test cases to the Bifrost provider harness (the Postman collection run via make run-provider-harness-test) based on a merged PR or a GitHub issue. Fetches the PR/issue, traces the affected wire path in the codebase, checks existing harness coverage, designs cases following harness conventions, inserts them into tests/e2e/api/collections/provider-harness.json without reformatting the file, and validates via the augment and filter scripts. Invoked with /harness-test-writer <PR# | issue# | URL> or /harness-test-writer (prompts for a reference).
$npx -y skills add maximhq/bifrost --skill harness-test-writerInstalls into the current project.
Run `npx skills use "https://github.com/maximhq/bifrost" --skill "maximhq/bifrost/harness-test-writer"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/maximhq/bifrost" that are relevant to the current task. Run `npx skills add "https://github.com/maximhq/bifrost"` and select the relevant skills, then follow their instructions.