Skip to content

Conversation

@nickmarden
Copy link
Contributor

  • Move skills to agents/ directory (canonical location)
  • Symlink from .claude/skills/ for Claude Code slash commands
  • Update configure-route with all verifier types:
    • json_field (Microsoft Graph)
    • query_param (URL token)
    • header_query_param (encoded header params)
    • validators (JSON Schema)
    • preserve_host option
  • Add configure-helm skill for complete K8s deployments:
    • Multiple routes configuration
    • Ingress/Gateway API options
    • TLS with cert-manager or built-in ACME
    • Secrets management
    • Redis/Valkey for multi-replica relay
    • gatekeeper-relay deployment
  • Promote skills in README with new section
  • Update docs/USAGE.md with both skills
  • Add maintenance note to AGENTS.md

- Move skills to agents/ directory (canonical location)
- Symlink from .claude/skills/ for Claude Code slash commands
- Update configure-route with all verifier types:
  - json_field (Microsoft Graph)
  - query_param (URL token)
  - header_query_param (encoded header params)
  - validators (JSON Schema)
  - preserve_host option
- Add configure-helm skill for complete K8s deployments:
  - Multiple routes configuration
  - Ingress/Gateway API options
  - TLS with cert-manager or built-in ACME
  - Secrets management
  - Redis/Valkey for multi-replica relay
  - gatekeeper-relay deployment
- Promote skills in README with new section
- Update docs/USAGE.md with both skills
- Add maintenance note to AGENTS.md
@sonarqubecloud
Copy link

@codecov
Copy link

codecov bot commented Jan 23, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@github-actions
Copy link

Docker Images Built

Images are available for testing:

# gatekeeperd
docker pull ghcr.io/tight-line/gatekeeperd:pr-12-2147144

# gatekeeper-relay
docker pull ghcr.io/tight-line/gatekeeper-relay:pr-12-2147144

docker-compose.yml

GATEKEEPERD_IMAGE=ghcr.io/tight-line/gatekeeperd:pr-12-2147144 \
RELAY_IMAGE=ghcr.io/tight-line/gatekeeper-relay:pr-12-2147144 \
docker-compose --profile relay up

Helm (values override)

image:
  repository: ghcr.io/tight-line/gatekeeperd  # or gatekeeper-relay
  tag: "pr-12-2147144"

Images expire ~15 days after PR closes.

@nickmarden nickmarden merged commit f7978df into main Jan 23, 2026
9 checks passed
@nickmarden nickmarden deleted the update-skills branch January 23, 2026 09:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants