بنقرة واحدة
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.