# Intelligencex Analysis Gate

> Use when changing analysis behavior, static-analysis policy, catalog validation, or analyzer execution flow in IntelligenceX.

- Skill: `evotecit/intelligencex-analysis-gate` (Agent Skill, multi-file: 6 files)
- Install (CLI): `npx skillmds@latest add evotecit/intelligencex-analysis-gate`
- Raw SKILL.md: https://api.skillmd.com/api/skills/evotecit/intelligencex-analysis-gate/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: evotecit (https://skillmd.com/u/evotecit)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/evotecit/intelligencex-analysis-gate

---


# 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
1. Scope and rule-impact identification
2. Preflight + catalog integrity checks
3. Implement change
4. Run deterministic analysis suite
5. Verify strict/non-strict behavior where relevant
6. 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`
- 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`

## 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`

