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

cdk-real-drift

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

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

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

hunt-bugs
مطوّرو البرمجيات

Proactively hunt for cdkrd bugs by deploying real CDK stacks that exercise common-but-untested AWS resources, configs, and CloudFormation notations against real AWS, then catch false positives + missed detection and fix what breaks. Use for a periodic "find latent bugs" sweep, not for verifying a specific change.

2026-07-16
sweep-resources
مديرو الشبكات وأنظمة الحاسوب

Discover and delete leftover cdkrd TEST AWS resources (ephemeral stacks + stack-external orphans like IAM roles, log groups, RETAIN resources), then release the bughunt-clean gate. Use as the cleanup phase of /work-issues live-tests and /hunt-bugs, or standalone to sweep test debris. NEVER touches non-cdkrd or production resources.

2026-07-11
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, then carry each through merge → pull → release → global install → worktree cleanup. Use when asked to "handle/address filed issues", not to hunt for new bugs (that is /hunt-bugs).

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

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

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

Comprehensive pre-release verification. Run quality checks, docs consistency, a live-test of changed behavior, and a short retrospective before tagging a release.

2026-07-08
check-docs
مطوّرو البرمجيات

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

2026-06-11