원클릭으로
hydra-feature-audit
Audit Ory Hydra's latest capabilities and identify gaps in this library's coverage
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
메뉴
Audit Ory Hydra's latest capabilities and identify gaps in this library's coverage
Codex 또는 Claude로 설치 이 Prompt를 복사해 Codex, Claude 또는 다른 어시스턴트에 붙여 넣으면 Skill 페이지를 검토하고 설치를 진행할 수 있습니다.
SOC 직업 분류 기준
| name | hydra-feature-audit |
| description | Audit Ory Hydra's latest capabilities and identify gaps in this library's coverage |
| disable-model-invocation | true |
| argument-hint | ["optional focus area","e.g. \"OAuth2 endpoints\" or \"configuration options\""] |
Audit the latest Ory Hydra capabilities against what this library currently supports, then write findings to docs/hydra-feature-audit.md. If $ARGUMENTS specifies a focus area, narrow the audit accordingly.
Read OryHydraComposeContainer.java and the test resources to catalog:
hydra.ymlUse web search and fetch the following:
Compare what the library exposes against what Hydra offers. Categorize findings as:
Write findings to docs/hydra-feature-audit.md with this structure:
# Ory Hydra Feature Audit
**Date:** [today's date]
**Library Hydra version:** [version from docker-compose]
**Latest Hydra version:** [latest release]
## Summary
[1-2 paragraph overview of findings]
## Version Drift
[Current vs latest version, migration notes if applicable]
## Gap Analysis
### High Priority
[Gaps that most users would benefit from — common endpoints, important config options]
### Medium Priority
[Gaps that are useful but more niche]
### Low Priority
[Gaps that are edge cases or rarely needed in testing]
## Recommended Changes
[Concrete suggestions: new builder methods, new convenience URIs, version bumps, etc.]
Summarize the key findings in the conversation, highlighting the most impactful gaps and recommended next steps.