docsmith-payment-ops

Troubleshoot DocSmith payment gateway webhooks, workers, migrations, and metrics.

Updated Feb 1, 2026
One-click install
npx skills add https://github.com/habrahgithub/node-backend-starter --skill docsmith-payment-ops
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: docsmith-payment-ops
Source: https://github.com/habrahgithub/node-backend-starter/tree/main/.codex/skills/docsmith-payment-ops
Command: npx skills add https://github.com/habrahgithub/node-backend-starter --skill docsmith-payment-ops

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Operate and troubleshoot the DocSmith payment gateway service, including Ziina webhooks, worker processing, migrations, and metrics. Use when incidents occur, for deploy checks, or during payment-flow debugging.

Core Features & Use Cases

  • Incident triage for Ziina webhooks, worker processing, and gateway migrations.
  • Health checks, metrics inspection, and deployment validation for the payment gateway.
  • Use Case: Debug payment flows and validate end-to-end gateway readiness in staging.

Quick Start

Run the documented checks to validate webhooks, simulate worker processing, and verify health metrics.

Frequently Asked Questions about docsmith-payment-ops

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

FAQPage Schema
How do I troubleshoot failing Ziina webhooks in a payment gateway?

Troubleshoot failing Ziina webhooks by running documented checks to validate webhook endpoints, simulate worker processing, and inspect health metrics for idempotent payment processing. This guides incident triage to identify whether failures originate from webhook delivery or worker execution.

How do I ensure strict migration sequencing for payment gateway database changes?

Ensure strict migration sequencing by following guided deployment checks that verify migration order and validate gateway readiness before releasing. This prevents operational incidents caused by out-of-order database schema changes within the payment gateway project.

Can I use this to validate payment gateway health checks in staging before deployment?

Yes, you can validate payment gateway health checks in staging by running end-to-end readiness checks. This inspects metrics, simulates worker processing, and confirms guarded endpoints are correctly configured before promoting to production.

What is the best way to debug payment gateway worker processing during an incident?

The best way to debug payment gateway worker processing during an incident is to simulate worker execution and inspect operational metrics. This isolates processing failures and verifies that idempotent webhook requirements are met.

Why are my payment gateway deployments failing health checks?

Payment gateway deployments fail health checks when guarded endpoints, worker processing, or webhook validation requirements are not met. Run deployment validation checks to inspect metrics, verify strict migration sequencing, and confirm end-to-end gateway readiness.