express-api-change

star 0

Implement or review Express API route, middleware, service, and repository changes. Use when the user asks to add endpoints, change API behavior, validate requests, fix Express bugs, or update Node API tests.

MYMDO By MYMDO schedule Updated 6/9/2026

name: express-api-change description: Implement or review Express API route, middleware, service, and repository changes. Use when the user asks to add endpoints, change API behavior, validate requests, fix Express bugs, or update Node API tests. license: MIT compatibility: Codex, Claude Code, OpenCode, Pi.dev, Copilot, Cursor metadata: version: "1.0.0"

Express API Change

Steps

  1. Read src/app.ts, the relevant route module, and the matching service/repository files.
  2. Update request validation at the route boundary.
  3. Keep business logic in services and persistence in repositories.
  4. Add or update Jest tests for success and error paths.
  5. Run the smallest relevant test command, then lint if code style changed.

Example

Input: "Add a POST /orders endpoint."

Output: Route, validation, service method, repository call, and focused tests.

Install via CLI
npx skills add https://github.com/MYMDO/AGENTSKILL --skill express-api-change
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator