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

cdkd

يحتوي cdkd على 13 من skills المجمعة من go-to-k، مع تغطية مهنية على مستوى المستودع وصفحات skill داخل الموقع.

skills مجمعة
13
Stars
58
محدث
2026-07-08
Forks
1
التغطية المهنية
2 فئات مهنية · 100% مصنفة
مستكشف المستودعات

Skills في هذا المستودع

cleanup
مطوّرو البرمجيات

Detect and delete leftover AWS resources from cdkd integration tests. Only targets resources matching known cdkd stack name patterns.

2026-07-08
hunt-bugs
محللو ضمان جودة البرمجيات والمختبرون

Proactively hunt for cdkd bugs by deploying real CDK apps that exercise common-but-untested AWS resources, configs, and CloudFormation notations against real AWS, then fix what breaks. Use for a periodic "find latent bugs" sweep, not for verifying a specific change.

2026-07-08
work-issues
مطوّرو البرمجيات

Work through already-filed GitHub issues (typically the bug-hunt's output) end to end — triage safely, pick a few FILE-DISJOINT issues to fix in parallel, claim each on the issue before starting (collision-safe with other agents), verify against real AWS, then carry each through merge → pull → release → rebuild the linked binary → worktree cleanup. Use when asked to "handle/address filed issues", not to hunt for new bugs (that is /hunt-bugs).

2026-07-08
pick-integ
محللو ضمان جودة البرمجيات والمختبرون

Recommend which integration tests to run, based on the integ ledger (staleness / last result) plus the code areas touched by recent commits. Outputs a prioritized list of `/run-integ <name>` commands. Use before a release, after a batch of merges, or when unsure what integ coverage a change needs.

2026-07-02
new-integ
محللو ضمان جودة البرمجيات والمختبرون

Scaffold a new integration test for cdkd. Creates a minimal CDK app with the specified AWS resources for deploy/destroy E2E testing.

2026-06-20
run-integ
محللو ضمان جودة البرمجيات والمختبرون

Run integration tests (deploy + destroy) against real AWS. Use when you need to verify cdkd works end-to-end with actual AWS resources.

2026-06-01
review-pr
محللو ضمان جودة البرمجيات والمختبرون

Recommend the right reviewer count for a PR based on size + bias factors. Outputs a concrete plan (inline spot-check / 1 reviewer / 3-axis parallel) plus ready-to-paste Agent dispatch prompts when reviewers are warranted.

2026-05-24
verify-pr
محللو ضمان جودة البرمجيات والمختبرون

Comprehensive PR readiness check before merge. Run quality checks, tests, CI, documentation, AWS resource cleanup, and code review.

2026-05-23
check-docs
مطوّرو البرمجيات

Check if documentation (README.md, CLAUDE.md, docs/) is up to date with recent code changes. Use when code has been modified and docs may be stale.

2026-05-23
check
محللو ضمان جودة البرمجيات والمختبرون

Run local quality checks (typecheck, lint, build, tests). Quick check during development.

2026-05-15
use-cdkd
مطوّرو البرمجيات

Build cdkd and show ready-to-use commands for other CDK projects. Copy-paste the output into another project's terminal.

2026-05-12
create-pr
مطوّرو البرمجيات

Run /verify-pr checks, then create a GitHub PR if all pass. Automates the full flow from quality checks to PR creation.

2026-05-09
new-provider
مطوّرو البرمجيات

Scaffold a new SDK Provider for a given AWS resource type (e.g., AWS::SES::EmailIdentity). Creates provider file, registers it, and generates test boilerplate.

2026-05-01