Skip to main content
Run any Skill in Manus
with one click
GitHub repository

katana-openapi-client

katana-openapi-client contains 11 collected skills from dougborg, with repository-level occupation coverage and site-owned skill detail pages.

skills collected
11
Stars
3
updated
2026-06-02
Forks
2
Occupation coverage
4 occupation categories · 100% classified
repository explorer

Skills in this repository

write-tests
software-quality-assurance-analysts-and-testers

Write comprehensive tests using project conventions: AAA pattern, edge-case checklist, httpx.MockTransport, conftest fixtures, parametrize where it reads better than copy-paste.

2026-06-02
card-review
software-quality-assurance-analysts-and-testers

Audit Prefab UI card builders (`build_*_ui` in `katana_mcp_server/src/katana_mcp/tools/prefab_ui.py`) for user-centric content: real names over IDs, no redundant text dumps, named helpers over ad-hoc rendering. Reports findings; does not modify code. Use when reviewing card UX or after touching `prefab_ui.py`.

2026-06-02
groom
project-management-specialists

Groom the Rolling Backlog (project #5) by reading current state and proposing diffs — not re-deriving the queue from scratch. Surfaces drift between issue state and project status, missing classification, and stale priorities. Asks per-category confirmation before mutating the board.

2026-05-22
pre-commit
software-quality-assurance-analysts-and-testers

Quick pre-flight validation of staged and unstaged changes before committing. Lighter than the verifier/code-reviewer agents — focuses on catching common mistakes in the current changeset.

2026-05-12
techdebt
software-developers

Scan editable code for tech debt, anti-patterns, and improvement opportunities across 5 categories. Reports findings; the code-modernizer agent applies fixes.

2026-05-12
open-pr
software-developers

Open a PR for the current feature branch — self-review the diff, organize commits, push, create the PR, wait for CI and review, then address feedback. Use when implementation is complete and ready for review.

2026-05-12
review-pr
software-quality-assurance-analysts-and-testerssoftware-developers

Address PR review comments — fetch all unresolved comments, fix the issues, validate with `uv run poe check`, commit, push, and reply to each comment on GitHub. Use when asked to handle PR review feedback.

2026-05-12
correct-shipped-build
shipping-receiving-and-inventory-clerks-435071

Resolve a shipped-order discrepancy — customer received different items than Katana recorded. Pull the customer-facing record, locate the linked Katana SO/MO, decide whether a BOM-driven split is needed (when an assembled good shipped as its component parts), then apply correct_manufacturing_order + correct_sales_order with operator-judgment gates between phases. Verify against the source of truth at the end.

2026-05-06
generate-docs
software-developers

Generate or update docstrings, ADRs, README sections, cookbook recipes, or user guides following Katana's documentation standards.

2026-04-27
review
software-quality-assurance-analysts-and-testers

Six-dimension code review of the current branch's diff against main. Delegates to the code-reviewer agent for the actual review and reports findings.

2026-04-27
verify
software-quality-assurance-analysts-and-testers

Skeptically validate that implementation is complete and works. Heavier than the verifier agent — exercises the feature, checks integration, and confirms regression protection.

2026-04-27
katana-openapi-client Agent Skills on GitHub | SkillsMP