Skip to content

Add openapi-zudoku-review skill#8

Open
mosch wants to merge 1 commit into
mainfrom
add-openapi-zudoku-review-skill
Open

Add openapi-zudoku-review skill#8
mosch wants to merge 1 commit into
mainfrom
add-openapi-zudoku-review-skill

Conversation

@mosch
Copy link
Copy Markdown
Contributor

@mosch mosch commented May 21, 2026

Summary

  • Adds a new skill openapi-zudoku-review for reviewing OpenAPI 3.1 specifications for documentation quality and Zudoku/Zuplo portal rendering.
  • Produces a severity-grouped findings report (Critical/High/Medium/Low + Zudoku-specific opportunities), then offers to apply changes.
  • Ships two reference files: a detailed review checklist with good/bad examples for each section, and a reference for all eight Zudoku OpenAPI extensions (x-tagGroups, x-displayName, x-code-samples, x-zudoku-collapsed, x-zudoku-collapsible, x-zudoku-playground-enabled, x-mcp-server, x-mcp).
  • Updates README.md and AGENTS.md to list the new skill.

Test plan

  • Verify skill frontmatter parses correctly per the Agent Skills spec
  • Trigger the skill against a sample OpenAPI 3.1 spec and confirm it produces a severity-grouped report
  • Confirm references resolve from the SKILL.md (references/zudoku-extensions.md, references/review-checklist.md)

Adds a skill for reviewing OpenAPI 3.1 specifications for documentation
quality and Zudoku/Zuplo portal rendering. Produces a severity-grouped
findings report and offers to apply changes. Includes reference files
covering the full review checklist and the eight Zudoku OpenAPI extensions.
Copilot AI review requested due to automatic review settings May 21, 2026 16:02
Copy link
Copy Markdown

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds a new agent skill (openapi-zudoku-review) aimed at reviewing OpenAPI 3.1 specs for documentation quality and for best rendering in Zudoku/Zuplo portals, along with supporting reference material and repo index updates.

Changes:

  • Introduces the openapi-zudoku-review skill definition and workflow/reporting format.
  • Adds two reference docs: a Zudoku OpenAPI extensions reference and an OpenAPI review checklist.
  • Updates README.md and AGENTS.md to list/discover the new skill.

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
skills/openapi-zudoku-review/SKILL.md Defines the new OpenAPI review skill, including invocation criteria, workflow, and report structure.
skills/openapi-zudoku-review/references/zudoku-extensions.md Documents Zudoku-specific OpenAPI extensions and when/where to use them.
skills/openapi-zudoku-review/references/review-checklist.md Provides a detailed OpenAPI review checklist and severity guidance.
README.md Adds the new skill to the “Included skills” table.
AGENTS.md Adds the new skill directory to the repository structure table.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment on lines +144 to +151
x-mcp-server:
name: my-mcp-server
version: 1.0.0
tools:
- name: search_docs
description: Search the documentation
- name: get_page
description: Retrieve a specific documentation page
- Date/time fields all use the same format (ideally `date-time`)
- Money amounts handled consistently (minor units integer vs. decimal string)

Severity: significant duplication = medium-high. Inconsistent naming = medium.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants