Release Policy
Description
This document is the single source of truth for merge and publish quality gates.
Installation
This entry records only its repository, not the path inside it, so there is no
exact command to give. Open the source below and copy the folder into
~/.claude/skills/, or the file into ~/.claude/agents/.
Repository README
This is the README for bloqaudio/claude_builder, shared by 2 entries
in this directory. It describes the repository, not this entry specifically.
Release Policy
This document is the single source of truth for merge and publish quality gates.
Test Policy
@pytest.mark.failingtests are quarantined and non-blocking.- Required gate command for both CI and publish validation:
uv run pytest -m "not failing" \
--cov=claude_builder --cov-report=xml:coverage.xml -v
Required Merge Gates
PRs to `main` must pass:
uv run ruff check src/claude_builder --select E9,F63,F7,F82
uv run mypy src/claude_builder --ignore-missing-imports
uv run bandit -r src/claude_builder -lll -iii
uv run pytest -m "not failing" \
--cov=claude_builder --cov-report=xml:coverage.xml -v
Required Publish Gates
The publish workflow (`.github/workflows/publish.yml`) runs the same preflight policy via `scripts/release_preflight.sh`.
Publish is blocked unless all of the following pass:
- Lint/type/security/test checks from the merge gates above.
- Package version consistency
(
src/claude_builder/__init__.pyandpyproject.toml). - Changelog contains a matching heading:
## [x.y.z].
Changelog Requirement
Before publishing tag `vX.Y.Z`, add a heading exactly matching:
## [X.Y.Z] - YYYY-MM-DD
Local Preflight
Run before cutting a release:
./scripts/release_preflight.sh X.Y.Z
This command mirrors publish validation behavior.
Quarantine Burn-Down
- Track count of
@pytest.mark.failingtests per sprint. - Prioritize de-quarantining high-impact suites (CLI, generation, config).
- Tighten publish policy to full-suite only after quarantine reaches planned threshold.
Related Skills
Epic Sync
Sync epic issue bodies, labels, and local coordination snapshots from GitHub.
Git 使用 Git Worktrees
创建孤立的 Git worktrees,带有智能目录选择与安全验证。
Git Claude skills github
[Building agent skills blog](https://www.anthropic.com/engineering/equipping-agents-for-the-real-world-with-ag
Git #148
, [#161](https://github.com/affaan-m/everything-claude-code/pull/161))
Git GitHub MCP
| Token | Repos, issues, PRs, workflows |
Git GitHub MCP Server
Official first-party server to read repos, manage issues/PRs, and automate workflows.
Git