Chen Yu
Community@A158Coke
Chen Yu (A158Coke) provides a full-lifecycle code review, requirement clarification, plan execution, and cross-layer sync skill suite for TypeScript/JavaScript and Keycloak projects.
Agent Skills by Chen Yu
Showing 12 vetted skills indexed across 1 GitHub repositories.
plan-designer
Designs development plans with requirement clarification, impact analysis, and acceptance criteria.
column-sync
Synchronizes data column changes across Java core, web DTOs, Excel exports, and frontend i18n.
plan-executer
Executes approved step-by-step development plans from docs/current-plan.md on dedicated git branches.
review-with-docs
Reviews code changes for quality, documentation sync, and AI-generated dead code.
review-fix
Automates iterative code review and fix loops until zero issues remain.
fallow
Detects unused code, duplication, circular dependencies, and complexity hotspots in TypeScript and JavaScript codebases.
code-smell
Reviews code changes for useless, over-designed, unreachable, and deprecated code patterns.
wotb-sync
Guides cross-layer synchronization of replay parsing, i18n, exports, and schema changes.
grill-me
Clarifies vague requirements into verifiable requirement checklists through layered questioning.
prompt-repair-executor
Executes incremental code fixes from review repair prompts using delta discovery and changed-file tests.
keycloak-upgrade
Upgrade Keycloak server versions with custom Identity Provider SPI compatibility checks.
finish-task
Cleans up worktrees, branches, and plan files after a PR merges.
Frequently Asked Questions About Chen Yu
FAQPage SchemaWhat tasks can I accomplish with A158Coke's skill suite?▼
You can clarify vague requirements into acceptance checklists (grill-me), design step-by-step development plans (plan-designer), execute approved plans (plan-executer), run post-change review loops (review-fix, review-with-docs, code-smell), detect dead code and circular dependencies in TypeScript/JavaScript (fallow), sync data columns across layers, and upgrade Keycloak versions safely.
Who is the target audience for these skills?▼
Full-stack engineers working on TypeScript/JavaScript frontends with Java export backends, protobuf schemas, Flyway migrations, and Keycloak authentication. They suit developers who want enforced pre-coding requirement clarity, post-change review discipline, and cross-layer consistency checks for columns, i18n locales, and API keys.
How do the skills fit together in a practical development cycle?▼
Start with grill-me to clarify requirements, then plan-designer writes a stepwise plan to docs/current-plan.md. plan-executer implements it branch-by-branch, review-fix and review-with-docs audit the changes, and finish-task cleans up branches, worktrees, and the plan file after the PR merges.
What review engines and dependencies do these skills rely on?▼
review-with-docs embeds Alibaba OpenCodeReview (OCR) in delegate mode for deterministic file filtering and rule parsing, with inference handled by a DeepSeek main agent. fallow provides codebase intelligence for TypeScript and JavaScript, detecting unused code, duplicates, circular dependencies, and complexity hotspots.
When should I use column-sync versus wotb-sync?▼
Use column-sync when adding, renaming, or deleting data columns or changing column keys, as it focuses narrowly on column definition synchronization. Use wotb-sync for broader cross-layer changes spanning replay parsing, leaderboard schemas, auth, protobuf, Flyway, Keycloak, and i18n locale JSON files.