# Open Fence

> Runs the release checklist before a tag is pushed. Use when the user says they are about to release, or asks what is left before a tag.

- Skill: `letsloose501/open-fence` (Agent Skill)
- Install (CLI): `npx skillmds@latest add letsloose501/open-fence`
- Raw SKILL.md: https://api.skillmd.com/api/skills/letsloose501/open-fence/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: letsloose501 (https://skillmd.com/u/letsloose501)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/letsloose501/open-fence

---


# Open fence

1. Run the test suite and read the exit code.
2. Check the changelog has an entry for the version. Stop when both are true.

```bash
python -m pytest

