Added a Claude Code skill to audit the WazirX Postman collection against its docs
View on GitHubPR #7
fixed one concrete case
of the Postman collection drifting from the live API: a wrong endpoint path
and misplaced parameters on the Crypto Withdraw request. Since this
collection is treated as ground truth by third-party tooling built against
it, that kind of drift has a blast radius beyond the repo itself, so I
turned the process I used to find and fix it into a
Claude Code Skill
:
a plain Markdown file (.claude/skills/wazirx-postman-docs-sync/SKILL.md)
with instructions for an agent to fetch the real spec, compare method, path,
parameter location, and types against each existing request, fix confirmed
drift, and flag anything ambiguous rather than guess.
It’s inert unless explicitly invoked, adds one file, and touches nothing else in the collection. Open as #8 .