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.