src/main/resources/targets/claude/skills/conditional/review/x-review-gateway/SKILL.md
Reviews API gateway configuration for routing rules, authentication, rate limiting, CORS, security headers, TLS, and observability integration.
npx skillsauth add edercnj/claude-environment x-review-gatewayInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Review API gateway configuration against best practices for routing rules, authentication, rate limiting, CORS, security headers, TLS configuration, and observability integration.
Include this skill when the project uses an API gateway (Kong, Istio, AWS APIGW, Traefik, etc.).
/x-review-gateway -- review all gateway configuration files/x-review-gateway gateway.yaml -- review a specific config file/x-review-gateway 42 -- review gateway changes in PR #42| Parameter | Type | Required | Default | Description |
|-----------|------|----------|---------|-------------|
| target | String | No | (all) | Gateway config file paths or PR number |
Scan for gateway configuration files in the change set or project.
Check route definitions for correctness, path conflicts, and upstream targets.
Verify authentication middleware is applied to protected routes.
Validate rate limiting configuration per route or globally.
Check CORS policy and security headers (HSTS, CSP, X-Frame-Options, etc.).
Verify TLS settings: minimum version, cipher suites, certificate management.
Validate access logs, tracing propagation, and metrics collection.
Produce gateway review report with findings and verdict.
## Gateway Review — [Change Description]
### Gateway Type: [Kong/Istio/AWS APIGW/Traefik]
### Findings
1. [Finding with file, line, remediation]
### Verdict: APPROVE / REQUEST CHANGES
| Scenario | Action | |----------|--------| | No gateway config files found | Report INFO: no gateway configuration discovered | | Unknown gateway type | Warn and apply generic best practices review | | Missing authentication on public routes | REQUEST CHANGES with remediation guidance |
tools
Documentation automation v2: stack-aware generation from documentation.targets.
development
Generates or updates CI/CD pipelines per project stack with actionlint validation.
tools
Generates ADRs from architecture-plan mini-ADRs with sequential numbering and index update.
development
Formats source code; first step of the pre-commit chain (format -> lint -> compile).