docyrus-api-doctor

Apply a structured checklist to detect Docyrus API logic defects.

13|Updated Feb 14, 2026
One-click install
npx skills add https://github.com/Docyrus/agent-skills --skill docyrus-api-doctor
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docyrus-api-doctor
Source: https://github.com/Docyrus/agent-skills/tree/main/skills/docyrus-api-doctor
Command: npx skills add https://github.com/Docyrus/agent-skills --skill docyrus-api-doctor

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Post-implementation quality assurance by running a comprehensive API Doctor checklist to catch bugs, performance issues, and code quality problems before release.

Core Features & Use Cases

  • Thorough checks (B1-B12) for API calls such as .list, .get, .create, .update, and .delete, ensuring required fields and correct payloads.
  • Performance and code quality guards (P1-P8, Q1-Q8) with concrete remediation guidance to reduce bugs and runtime issues.
  • Use Case: teams validating changes to the Docyrus API obtain early feedback and deterministic quality gates.

Quick Start

Run the API Doctor on the modified Docyrus API codebase to identify and fix issues before deployment.

Frequently Asked Questions about docyrus-api-doctor

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I catch API logic bugs after making code changes?

You catch API logic bugs after code changes by applying a structured API Doctor checklist to modified code paths, validating query payloads and required fields to prevent defects before release.

What is static analysis for post-implementation API quality assurance?

Static analysis for post-implementation API quality assurance is a review process that inspects API hooks like get and update to identify performance issues and code quality problems with clear remediation guidance.

How do I validate query payloads in API list and create hooks?

You validate query payloads in API list and create hooks by running structured checklist checks B1 through B12, ensuring required fields and correct payloads are passed during development and code review.

Does this API bug detection method work with update and delete operations?

Yes, this bug detection method works with update and delete operations by applying comprehensive logic checks and performance guards specifically designed for these API code paths to ensure code quality validation.

What's the best way to run performance and security checks on API changes?

The best way to run performance and security checks on API changes is to apply guards P1 through P8 and Q1 through Q8, which provide concrete remediation guidance to reduce runtime issues and bugs.

When do I need to run an API Doctor checklist during development?

You need to run an API Doctor checklist during development when you modify API code paths, providing early feedback and deterministic quality gates to catch bugs before deployment.