.ai/skills/quality-bun-feature-delivery/SKILL.md
Enforce tight Codex/Claude delivery loop with Bun-first testing, skill sync/reload, and commit quality gates.
npx skillsauth add nikivdev/flow quality-bun-feature-deliveryInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Use this workflow for every feature/change.
bun bd test ... (never bun test for final validation)..ai/features/*.md and tests current for touched features.bun bd test <target-test-file> -t "<optional filter>"
f skills sync
f skills reload
f commit
When adding/changing tests in Bun itself, ensure the test fails on system Bun and passes on debug Bun:
USE_SYSTEM_BUN=1 bun test <target-test-file>
bun bd test <target-test-file>
[skills]
sync_tasks = true
install = ["quality-bun-feature-delivery"]
[skills.codex]
generate_openai_yaml = true
force_reload_after_sync = true
task_skill_allow_implicit_invocation = false
[commit.testing]
mode = "block"
runner = "bun"
bun_repo_strict = true
require_related_tests = true
max_local_gate_seconds = 20
[commit.skill_gate]
mode = "block"
required = ["quality-bun-feature-delivery"]
[commit.skill_gate.min_version]
quality-bun-feature-delivery = 2
tools
Always edit/create GitHub PR bodies from a markdown file; never inline escaped newlines.
tools
Manage environment variables and secrets with flow (always use Flow env store)
development
Maintainer-only workflow for handling GitHub Secret Scanning alerts on OpenClaw. Use when Codex needs to triage, redact, clean up, and resolve secret leakage found in issue comments, issue bodies, PR comments, or other GitHub content.
development
Maintainer workflow for OpenClaw releases, prereleases, changelog release notes, and publish validation. Use when Codex needs to prepare or verify stable or beta release steps, align version naming, assemble release notes, check release auth requirements, or validate publish-time commands and artifacts.