en un clic
stocktrim-openapi-client
stocktrim-openapi-client contient 11 skills collectées depuis dougborg, avec une couverture métier par dépôt et des pages de détail sur le site.
Skills dans ce dépôt
Open a PR for the current feature branch — validate, self-review, simplify, organize commits, push, create the PR, wait for CI and review, then address feedback. Use when implementation is complete and ready for review.
Respond to PR review comments systematically in thread context
Review and address PR feedback using 6-dimensional code review
Add a field to NULLABLE_FIELDS in scripts/regenerate_client.py and regenerate the client. Use when a TypeError appears in logs or tests because a generated model expected a non-null value but the StockTrim API returned null.
Regenerate the StockTrim OpenAPI client from the live spec, run quality checks, and commit the result. Use when the StockTrim API spec changes, a new endpoint is added, or NULLABLE_FIELDS in scripts/regenerate_client.py is updated.
Add a new MCP tool to stocktrim_mcp_server, including the tool function, service layer, and test. Use when exposing an existing helper to AI clients via the Model Context Protocol.
Run the full CLAUDE.md zero-tolerance quality gate before declaring any task done. Checks lint, type, tests (root + MCP), forbidden patterns, feature branch, and commits. Use as the final pre-PR check.
Add a new ergonomic helper method to stocktrim_public_api_client/helpers/ that wraps a generated API call. Includes test scaffolding and quality gate. Use when adding a domain operation (e.g., bulk upsert, find-by-code) that callers should reach for instead of the raw generated client.
Structured code review using 6 dimensions. Works with or without the code-reviewer agent.
Create conventional commits with quality gates and validation
Generate a daily standup report from git history and GitHub activity