with one click
ff-services-docs
ff-services-docs contains 5 collected skills from AdobeDocs, with repository-level occupation coverage and site-owned skill detail pages.
Skills in this repository
Audits an OpenAPI JSON spec (Redocly lint, OpenAPI version, FFS style guide, copy rules). Read-only โ no file edits. Use when the user invokes /api-eval or asks to evaluate or audit an API spec.
Fixes Redocly lint errors and api-ref-structure.mdc inconsistencies on an OpenAPI JSON spec. Use when the user invokes /api-fix or asks to fix API lint or structure issues. Does not apply FFS style guide or copy fixes.
Catalogs user-readable OpenAPI text in ref-numbered tables with possible issues and proposed content. Read-only unless user asks to update specific refs. Use when the user invokes /api-review or asks to review API descriptions.
Stages all working-tree changes with git add -A, then commits with a message that follows the repository userโs Git commit rules (short imperative subject, blank line, body bullets with ๐/โ๏ธ). Use when the user invokes /gc or the gc skill, asks to โgcโ, or asks to stage everything and commit with the project commit-message format.
Stages all changes with git add -A, drafts a commit message per the userโs Git commit rules, prints it for review, then waits for the user to edit the message and choose (1) commit or (2) reject. Use when the user invokes /gcam or the gcam skill, asks for stage-all with review before commit, or interactive commit with approve/reject.