skills-vault/skills/lifecycle-status-guard-scan/README.md

42 lines
1.2 KiB
Markdown

# Lifecycle Status Guard Scan
Source Skill for scanning lifecycle/status overclaim candidates in Markdown, JSON, YAML, and text files.
The canonical entry point is `SKILL.md`; the deterministic scanner is in `scripts/lifecycle_status_guard_scan.py`.
## Original Source
```text
Original source: C:\Users\wangq\Documents\Codex\ccpe-system\requirements\skills-vault\2026-06-19-lifecycle-status-guard-scan.md
Migration date: 2026-06-19
Migration status: first public Skill implementation
Behavior preserved: deterministic scan only; no lifecycle judgment or file edits
Known gaps: no project-specific policy preset beyond the example fixture
```
## Layout
```text
SKILL.md
README.md
agents/openai.yaml
fixtures/lifecycle-guard-config.example.yaml
scripts/lifecycle_status_guard_scan.py
tests/test_lifecycle_status_guard_scan.py
```
## Usage
```powershell
conda run -n skills-vault python .\scripts\lifecycle_status_guard_scan.py `
--scan-root C:\path\project `
--config C:\path\lifecycle-guard-config.yaml `
--output-dir C:\path\helper-outputs
```
## Tests
```powershell
conda run -n skills-vault python -B -m unittest discover -s skills/lifecycle-status-guard-scan/tests -v
```