Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
dougborg
ملف منشئ GitHub

dougborg

عرض على مستوى المستودعات لـ 57 skills مجمعة عبر 6 مستودعات GitHub.

skills مجمعة
57
مستودعات
6
محدث
2026-06-03
خريطة المستودعات

أين توجد skills

أهم المستودعات حسب عدد skills المجمعة، مع حصتها من كتالوج هذا المنشئ وانتشارها المهني.

مستكشف المستودعات

المستودعات و skills الممثلة

عرض أهم 8 من أصل 19 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
عرض أهم 8 من أصل 11 skills مجمعة في هذا المستودع.
open-pr
مطوّرو البرمجيات

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.

2026-06-03
pr-comments
مطوّرو البرمجيات

Respond to PR review comments systematically in thread context

2026-06-03
review-pr
مطوّرو البرمجيات

Review and address PR feedback using 6-dimensional code review

2026-06-03
add-nullable-field
مطوّرو البرمجيات

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.

2026-05-27
regenerate-client
مطوّرو البرمجيات

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.

2026-05-27
add-mcp-tool
مطوّرو البرمجيات

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.

2026-05-15
quality-gate
مطوّرو البرمجيات

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.

2026-04-27
add-helper-method
مطوّرو البرمجيات

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.

2026-04-27
عرض أهم 8 من أصل 11 skills مجمعة في هذا المستودع.
open-pr
مطوّرو البرمجيات

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.

2026-05-04
write-tests
محللو ضمان جودة البرمجيات والمختبرون

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.

2026-05-04
code-review
محللو ضمان جودة البرمجيات والمختبرون

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.

2026-04-27
code-reviewer
محللو ضمان جودة البرمجيات والمختبرون

Structured code review using 6 dimensions. Works with or without the code-reviewer agent.

2026-04-27
commit
مطوّرو البرمجيات

Create conventional commits with quality gates and validation

2026-04-27
generate-docs
مطوّرو البرمجيات

Generate or update docstrings, ADRs, READMEs, cookbook recipes, and user guides. Knows about MCP help-resource drift and ADR numbering scheme.

2026-04-27
pr-comments
مطوّرو البرمجيات

Respond to PR review comments systematically in thread context

2026-04-27
techdebt-scan
محللو ضمان جودة البرمجيات والمختبرون

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.

2026-04-27
عرض أهم 8 من أصل 9 skills مجمعة في هذا المستودع.
عرض 6 من أصل 6 مستودعات
تم تحميل كل المستودعات