mdkulkarni2005

6 mods across 1 repository, 0 stars between them.

api-test-design

01

mdkulkarni2005/osmos-marketing-mcp

Skill Claude CodeCodex

Generic, service-agnostic API test scenario design skill. Consumes an API contract from a Documentation MCP (or any authoritative contract source) and produces traceable, prioritized, coverage-reported test scenarios. Works for any REST/HTTP endpoint of any service/version — no hardcoded API knowledge.

0 3d ago A 63 tokens

cicd-integration

02

mdkulkarni2005/osmos-marketing-mcp

Skill Claude CodeCodex

Wires this project's build/typecheck/fixture-test/dry-run/qa-review pipeline into CI (GitHub Actions, since this repo is hosted on GitHub) — safely, respecting the two-machine constraint from docs/local-execution.md. CI never runs real requests against a live API and never touches credentials.

0 3d ago A 68 tokens

mdkulkarni2005/osmos-marketing-mcp

Skill Claude CodeCodex

Formats scenarios produced by api-test-design into the company's real QA testcase conventions (spreadsheet columns, TCID scheme, Postman naming/scripting), learned from actual SDA V2 reference artifacts and kept service-agnostic — never copies SDA's API fields/values into another service's testcase sheet.

0 3d ago B 64 tokens

mdkulkarni2005/osmos-marketing-mcp

Skill Claude CodeCodex

Converts an approved company-format testcase workbook (from api-test-design + company-testcase-format) into one Postman collection and one Postman environment, using conventions learned from real company artifacts and this project's src/postman builders. Does not execute anything and does not decide what to test.

0 3d ago A 63 tokens

qa-review

05

mdkulkarni2005/osmos-marketing-mcp

Skill Claude CodeCodex

Reviews a generated test scenario suite (from api-test-design, formatted by company-testcase-format) for completeness, traceability, and quality before human approval. Produces PASS/FAIL/NEEDSREVIEW with reasons.

0 3d ago A 47 tokens

mdkulkarni2005/osmos-marketing-mcp

Skill Claude CodeCodex

Generates concrete, deterministic, contract-grounded testdata values for scenarios produced by api-test-design — unique IDs, dates, realistic-looking strings for documented formats — without inventing business facts. Also defines seed-data and cleanup conventions for scenarios that need pre-existing resources.

0 3d ago A 57 tokens