Evidence before release.
Ready Gate is an AI-agent skill for release readiness checks. It makes an agent separate facts from assumptions, show what breaks, and turn findings into a concrete fix feed before a product, feature, release candidate, or handoff is published.
Artifact: ais-flows-ready-gate-0.1.0-ready-gate-rc1.zip
product evidence -> readiness verdict + missing-proof map + fix feed
Use Ready Gate when a task looks finished but the release decision still needs discipline:
- what is actually verified;
- what is still an assumption;
- what breaks;
- what must be fixed before release;
- whether the current state is ready to ship, ready with risks, or blocked.
The scanner-visible skill entrypoint is:
SKILL.md
In an agent that supports SKILL.md files, attach this repository or copy SKILL.md with its references/ folder.
For the release ZIP, use:
https://github.com/aisflows/ready-gate/releases/tag/v0.1.0-ready-gate-rc1
Agent discovery notes: AI_AGENT_DISCOVERY.md.
Codex-first. Runtime-neutral. Prepared for adaptation to GPTs, Claude, Kimi, Qwen, DeepSeek, and generic OpenAI-compatible agents.
This does not mean "fully verified on every model." The verified public package shape is Codex / OpenAI Agent Skills style. Other runtimes are adaptation targets unless separately tested.
Ready Gate reviews release readiness. It is not:
- a security scanner;
- a deployment tool;
- a replacement for real tests;
- a runtime monitor;
- a guarantee that a product is safe to publish.
It must not read .env, provider profiles, browser profiles, cookies, tokens, SSH keys, passwords, or private account state. Runtime checks, account access, publishing, billing, admin changes, installs, package scripts, and provider calls require explicit owner approval.
This repo is intentionally scanner-first:
SKILL.md
references/
agents/openai.yaml
pack.yaml
release-manifest.json
assets/
There is one active SKILL.md in the repo. Example files are not published as active skills.
See LICENSE. This release is publicly visible but remains permissioned unless the owner approves a different public distribution license.
