con un clic
statuspro-openapi-client
statuspro-openapi-client contiene 9 skills recopiladas de dougborg, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.
Skills en este repositorio
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.
Write pytest tests using AAA pattern, project naming convention, and helper-based assertions (unwrap_as, unwrap_data, unwrap_unset). Delegates to the test-writer agent.
Review the current branch for correctness, security, architecture, and project conventions before opening a PR. Delegates to the code-reviewer agent and adds StatusPro-specific checks.
Structured code review using 6 dimensions. Works with or without the code-reviewer agent.
Create conventional commits with quality gates and validation
Generate or update docstrings, ADRs, READMEs, cookbook recipes, and user guides. Knows about MCP help-resource drift and ADR numbering scheme.
Respond to PR review comments systematically in thread context
Scan editable code for tech debt and anti-patterns specific to this repo (UNSET misuse, manual status-code checks, retry wrapping, dead code). Reports findings without applying fixes.
Skeptically verify that an implementation actually works — exercise the feature, run validation tiers, check coverage, confirm new code is wired up. Delegates to the verifier agent.