chore- Add OpenAPI api-eval, api-review, and api-fix skills#303
Merged
Conversation
- 📖 Add modular api-ref rules, eval-api, review-api, and fix-api skills plus api-spec-reviewer agent. - 📖 Add redocly.yaml, lint:openapi scripts, and resolve-api-spec helper for static/ spec discovery. - ✏️ Replace eval-API-ref.mdc monolith with a deprecated stub. - ✏️ Document skills in README and cursor-rules.mdc. Co-authored-by: Cursor <cursoragent@cursor.com>
- ✏️ Rename skill directories and slash commands for clearer listing (/api-eval, /api-fix, /api-review). - ✏️ Update rules, agent, README, and resolve-api-spec references. Co-authored-by: Cursor <cursoragent@cursor.com>
- ✏️ Update api-fix skill and reference for lint plus structure pass (section order, license, refs). - ✏️ Align api-eval, router, README, and agent with new scope. Co-authored-by: Cursor <cursoragent@cursor.com>
Contributor
🔍 Linter ReportClick to expand full reportThis comment was automatically generated by the linter bot. |
Contributor
🔍 Linter ReportClick to expand full reportThis comment was automatically generated by the linter bot. |
Collaborator
Author
|
api-rules-reconfiguration-plan.md |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Replaces the monolithic
eval-API-ref.mdcrule with modular OpenAPI rules, three Cursor skills (/api-eval,/api-review,/api-fix), Redocly lint scripts, and anapi-spec-revieweragent. Spoke repos with a symlinked.cursorfolder can use the same skills to audit and fix specs understatic/without a fixedpetstore.jsonfilename.Changes
.cursor/rules/api-ref-router.mdc.cursor/rules/api-ref-structure.mdc.cursor/rules/api-ref-copy.mdc.cursor/rules/api-ref-schema.mdc.cursor/rules/api-ref-examples.mdc.cursor/rules/api-ref-tags-errors.mdc.cursor/rules/api-ref-ffs-styleguide.mdc.cursor/rules/api-ref-skills.mdc/api-eval,/api-review,/api-fixand lint commands..cursor/rules/eval-API-ref.mdc.cursor/skills/_shared/resolve-api-spec.mdstatic/**/*.jsondiscovery..cursor/skills/api-eval/SKILL.md.cursor/skills/api-eval/ffs-styleguide-checklist.md.cursor/skills/api-review/SKILL.md.cursor/skills/api-fix/SKILL.md.cursor/skills/api-fix/reference.md.cursor/agents/api-spec-reviewer.mdredocly.yamlstatic/**/*.json.package.jsonlint:openapiandlint:openapi:allscripts..cursor/rules/cursor-rules.mdcREADME.mdContext
Jira
No ticket
Made with Cursor