public-release-audit
Audit a private repository for safe public release without changing visibility prematurely.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Audit a private repository for safe public release without changing visibility prematurely.
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
Validate, route, inspect, or run agent.3md manifests and typed tool templates.
Coordinate CorvidLabs agents through discovery, observation, execution, and verification.
Inspect spec ownership, drift, coverage, review queues, and gaps with fledge atlas.
Verify or record reviewed commit provenance, policy gates, and audit exports with fledge attest.
Assess working-tree, staged, range, or CI change risk and gates with fledge augur.
Keep CI, pre-push verification, and release evidence tied to the current committed revision.
| name | public-release-audit |
| description | Audit a private repository for safe public release without changing visibility prematurely. |
Use this skill before making a private repository public or creating its first public release.
Check the current tree and relevant history for:
Prefer repository-relative discovery and secret scanning when available:
git ls-files
fledge run --list
fledge lanes list
# When the project defines them, e.g.:
fledge lanes run verify
fledge lanes run audit
Scan the tree and full git history that will become public. When gitleaks is available,
prefer both a tree scan and a history scan (this catalog uses gitleaks dir and
gitleaks git); otherwise use the repository's documented secrets task. Do not use
federated Let discovery as part of a public-safety audit of content to publish—Let can
surface private local agent metadata that is not in the repository.
Run portability and CI checks with repository-relative fixtures. Record findings and remediations in the PR or release checklist.
Do not change repository visibility as part of the audit. Complete the audit, present the remaining risks, and obtain an explicit owner decision to make the repository public. If the live testbed contains internal context or experimental behavior, publish a sanitized demo or template instead of the working sandbox.