s-hiraoku/codex-harnesses · Archived

bug-fix

Fix bugs with reproduction, minimal changes, regression coverage, and targeted verification.

First seen Jun 13, 2026

Installation

$ npx skills add s-hiraoku/codex-harnesses --skill bug-fix

Stronger alternatives

This repository is archived — consider an actively maintained alternative.

Also in this package

Other skills from s-hiraoku/codex-harnesses · top by installs.

npx skills add s-hiraoku/codex-harnesses

Browse all from s-hiraoku/codex-harnesses

More details

Agent compatibility

Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.

Claude Code Not declared
Cursor Not declared
Codex Declared
GitHub Copilot Not declared
Windsurf Not declared
Gemini CLI Not declared
Cline Not declared
OpenCode Not declared

Repository health

License LICENSE
Default branch main
Open issues 2
Status Archived

Skill metadata

Parsed from SKILL.md frontmatter.

Declared agents codex

Package contents

Files included with this skill beyond the listing page.

  • skill md SKILL.md 716 B
  • docs SUMMARY.md 107 B

History

  1. First seen on skills.sh
  2. First recorded snapshot · 3 installs

SKILL.md

Bug Fix

Use this workflow when correcting broken or unexpected behavior.

Workflow

  1. Reproduce the bug, or clearly reason about it when reproduction is not practical.
  2. Identify the likely cause in the current implementation.
  3. Make the smallest fix that addresses the cause.
  4. Add a regression test when possible.
  5. Run targeted verification for the affected area.
  6. Run broader checks if the fix touches shared behavior.

Final Report

Include:

  • what failed before
  • why the fix addresses it
  • regression test coverage, if added
  • verification run
  • remaining risks