Skip to main content
go-to-k
GitHub creator profile

go-to-k

Repository-level view of 38 collected skills across 7 GitHub repositories.

skills collected
38
repositories
7
updated
Sep 1, 2026
repository explorer

Repositories and representative skills

hunt-bugs
unclassified

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…

Sep 1, 2026
verify-pr
unclassified

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

Sep 1, 2026
work-issues
unclassified

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,…

Sep 1, 2026
check
unclassified

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

Aug 30, 2026
run-integ
unclassified

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

Aug 28, 2026
pick-integ
unclassified

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…

Aug 20, 2026
review-pr
unclassified

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.

Aug 19, 2026
cdkd
software-developers

Install cdkd and use it safely from an AWS CDK project. Use when bootstrapping, synthesizing, diffing, deploying, inspecting, rolling back, migrating, or destroying dev/test stacks with cdkd.

Aug 14, 2026
Showing 8 of 14 collected skills.
work-issues
unclassified

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…

Aug 29, 2026
check
unclassified

Run local quality checks (typecheck, lint, format, build, unit tests, hook shell suites). Quick check during development.

Aug 28, 2026
verify-pr
unclassified

Comprehensive PR readiness check before merge. Run quality checks, tests, CI, documentation, Docker / integ verification, and code review.

Aug 28, 2026
cleanup
unclassified

Detect and delete leftovers from interrupted cdk-local runs — Docker containers / networks, AND orphaned vitest forks worker processes that failed to terminate (issue go-to-k/cdk-local#402, e.g. a worker spinning at 100% CPU after its parent died).

Aug 28, 2026
hunt-bugs
unclassified

Proactively hunt for cdk-local bugs by synthesizing real CDK apps that exercise common-but-untested AWS resources, configs, and CloudFormation notations, then RUNNING them locally in Docker (invoke / start-api / run-task / start-service / start-alb /…

Aug 28, 2026
run-integ
unclassified

Run an integration test (Docker-based, optionally AWS-deploy-backed for the fixtures that own real AWS resources) and refresh the `integ` markgate marker on a clean run.

Aug 28, 2026
review-pr
unclassified

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.

Aug 27, 2026
check-cdkd-parity
unclassified

Triggers when a PR adds a new subcommand factory, CLI option, public helper, or behavior change to cdk-local that cdkd (host CLI) may need to inherit. Walks the diff and pins each category to "exported via internal.ts / inside add<Cmd>SpecificOptions / cdkd…

Aug 25, 2026
Showing 8 of 10 collected skills.
Showing 7 of 7 repositories
All repositories loaded