Skill: intelligencex-analysis-gate
Use this skill when changing analysis behavior or static-analysis policy:
Analysis/**IntelligenceX.Cli/Analysis/**- reviewer analysis loading/reporting/gate logic
Trigger Phrases
- "analysis gate"
- "analyze run"
- "analysis packs"
- "catalog validation"
- "PSScriptAnalyzer"
Strict Execution Order
- Scope and rule-impact identification
- Preflight + catalog integrity checks
- Implement change
- Run deterministic analysis suite
- Verify strict/non-strict behavior where relevant
- Record warnings/failure classification in PR notes
Commands
- Run suite:
- Bash:
.agents/skills/intelligencex-analysis-gate/scripts/run-analysis-suite.sh fast - Bash:
.agents/skills/intelligencex-analysis-gate/scripts/run-analysis-suite.sh full - PowerShell:
pwsh -NoLogo -NoProfile -File .agents/skills/intelligencex-analysis-gate/scripts/run-analysis-suite.ps1 -Mode fast - PowerShell:
pwsh -NoLogo -NoProfile -File .agents/skills/intelligencex-analysis-gate/scripts/run-analysis-suite.ps1 -Mode full
- Bash:
- Optional duplication performance benchmark:
- Bash:
.agents/skills/intelligencex-analysis-gate/scripts/benchmark-duplication.sh - PowerShell:
pwsh -NoLogo -NoProfile -File .agents/skills/intelligencex-analysis-gate/scripts/benchmark-duplication.ps1 - Environment knobs:
FILES,LINES,LANGUAGE,FRAMEWORK,KEEP_WORKDIR,WORKDIR
- Bash:
Fail-Fast Rules
- Fail if catalog validation is not clean.
- Fail if analyzer commands regress exit-code semantics.
- Fail if required test harnesses fail.
References
references/command-matrix.md