kodustech
- 12 skills
- 0 followers
- 8 hours ago last updated
- ▌ Hunk Review · kodustechInteracts with live Hunk diff review sessions via CLI. Inspects review focus, navigates files and hunks, reloads session contents, and adds inline review comments. Use when the user has a Hunk session running or wants to review diffs interactively.
- ▌ Kodus Install · kodustechInstall and configure Kodus self-hosted using Docker Compose. Guides through .env setup, secret generation, service startup, and health verification.
- ▌ Perf Debug · kodustechEnd-to-end front→back performance debugging for the Kodus web app. Use when a screen is slow, blank, looping, or you need to trace a UI perf problem down to the API query. Drives Playwright/Chrome MCP to open + measure the screen, then reads the API use-case/repository and the DB (Postgres/Mongo indexes, explain) to find and fix the root cause, verifying live.
- ▌ Kodus Trace · kodustechUse when about to edit files in an area you have not touched yet, or when the user asks why code is the way it is. Reads the decisions already recorded for those paths via `kodus trace <paths>`, so deliberate tradeoffs are not undone and settled questions are not re-litigated.
- ▌ Kodus Sso E2e · kodustechUse when the user wants to validate the Kodus SSO flow end-to-end (cookie-domain regression for self-hosted, Bug 1 force-dynamic, SAML round-trip via Keycloak), confirm the SSO test still passes after changes, or regression-check before merging code that touches `auth.controller.ts`, `derive-sso-cookie-domain.ts`, `apps/web/src/app/(auth)/sso-callback/page.tsx`, or `libs/ee/sso/`. Also triggers on phrases like "test SSO", "validate SSO", "SSO regression", "rodar teste de SSO", "verificar SSO", "SSO selfhosted vs cloud".
- ▌ Kodus Review · kodustechUse when the user wants Kodus to review local changes, run `kodus review` or `--prompt-only`, fix Kodus review findings, or check commit, push, or merge readiness.
- ▌ Kodus Kody Rules · kodustech bundleUse when the user wants to create, update or view Kody Rules via `kodus rules` command.
- ▌ Kodus Review Dev · kodustech bundleUse when the user wants Kodus to review local changes through a local CLI build or non-production API such as `node dist/index.js`, localhost, or QA, including local `--prompt-only` flows.
- ▌ Kodus Centralized Config · kodustechUse when the user wants to manage centralized configuration via `kodus config centralized` commands (status, init, sync, disable, and download).
- ▌ Business Rules Validation · kodustech bundleValidate PR code changes against task requirements to identify missing, forgotten, or overlooked business logic implementations
- ▌ Kodus Pr Suggestions Resolver · kodustechUse when the user wants to fetch, triage, or implement Kodus suggestions for an existing remote pull request via `kodus pr suggestions`, `--pr-url`, or `--pr-number`.
- ▌ Kodus Business Rules Validation · kodustechUse when the user wants Kodus to validate local diff changes against task requirements, acceptance criteria, or business rules via `kodus pr business-validation`, especially for implementation-vs-task or merge readiness checks.