Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

katana-openapi-client

katana-openapi-client에는 dougborg에서 수집한 skills 11개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
11
Stars
3
업데이트
2026-06-02
Forks
2
직업 범위
직업 카테고리 4개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

write-tests
소프트웨어 품질 보증 분석가·테스터

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
소프트웨어 품질 보증 분석가·테스터

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
프로젝트 관리 전문가

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
소프트웨어 품질 보증 분석가·테스터

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
소프트웨어 개발자

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
소프트웨어 개발자

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
소프트웨어 품질 보증 분석가·테스터소프트웨어 개발자

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
출하·수령·재고 사무원

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
소프트웨어 개발자

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

2026-04-27
review
소프트웨어 품질 보증 분석가·테스터

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
소프트웨어 품질 보증 분석가·테스터

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