gsd-integration-checker

Validate external API endpoints, authentication flows, and data persistence.

Updated Mar 15, 2026
One-click install
npx skills add https://github.com/cshyang/nochore --skill gsd-integration-checker
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: gsd-integration-checker
Source: https://github.com/cshyang/nochore/tree/main/capabilities/incubator/skills/gsd/agents/integration-checker
Command: npx skills add https://github.com/cshyang/nochore --skill gsd-integration-checker

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Automates verification of external integrations by validating endpoints, responses, and data flow to prevent undetected failures.

Core Features & Use Cases

  • Endpoint verification: validate URL, path, status codes, and response schemas.
  • Authentication checks: verify tokens/keys, headers, and required auth flows.
  • Data flow validation: ensure data is transmitted, transformed, and persisted as expected.
  • Milestone-driven checks: triggered by /gsd:complete-milestone orchestrator to confirm integration health across services.

Quick Start

Trigger the verification workflow via the milestone orchestrator to begin endpoint, authentication, and data-flow checks.

Frequently Asked Questions about gsd-integration-checker

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

FAQPage Schema
How do I verify external API integrations are still working correctly?

External integration verification validates endpoints, response schemas, and data flow to prevent undetected failures. It enforces endpoint checks, authentication verification, and data persistence during milestone completions and orchestrator-triggered events.

What does endpoint verification check for during API testing?

Endpoint verification validates URL paths, status codes, and response schemas. It confirms external API endpoints return expected data structures and operate correctly across integrated services.

How do I validate authentication flows for external integrations?

Authentication checks verify tokens, keys, headers, and required auth flows. This validates that external integrations maintain proper authentication credentials and authorization mechanisms.

Can I automate integration checks when completing project milestones?

Integration checks are triggered by the milestone orchestrator to confirm integration health. This automates endpoint, authentication, and data-flow verification during milestone completions and orchestrator-triggered events.

Does data flow validation ensure data is persisted correctly across API endpoints?

Data flow validation ensures data is transmitted, transformed, and persisted as expected. It confirms that external integrations maintain data integrity across API endpoints and authentication flows.

What's the best way to document findings from external integration checks?

Integration checks document findings by enforcing endpoint checks, authentication verification, and error handling. This provides recorded validation results for external API endpoints and data flow verification.