Chen Yu avatar

Chen Yu

Community

@A158Coke

6Followers
|
16Public Repos
|
12Published Skills

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.

Skills Distribution
DomainDeveloper To...Code Review & Qual.. (35%)Requirement Clarif.. (25%)Cross-Layer Schema.. (20%)Keycloak Identity .. (10%)

Agent Skills by Chen Yu

Showing 12 vetted skills indexed across 1 GitHub repositories.

A158CokeA158Coke
5

plan-designer

Designs development plans with requirement clarification, impact analysis, and acceptance criteria.

Community
Intermediate
A158CokeA158Coke
5

column-sync

Synchronizes data column changes across Java core, web DTOs, Excel exports, and frontend i18n.

Community
Intermediate
A158CokeA158Coke
5

plan-executer

Executes approved step-by-step development plans from docs/current-plan.md on dedicated git branches.

Community
Advanced
A158CokeA158Coke
5

review-with-docs

Reviews code changes for quality, documentation sync, and AI-generated dead code.

Community
Advanced
A158CokeA158Coke
5

review-fix

Automates iterative code review and fix loops until zero issues remain.

Community
Intermediate
A158CokeA158Coke
5

fallow

Detects unused code, duplication, circular dependencies, and complexity hotspots in TypeScript and JavaScript codebases.

Community
Basic
A158CokeA158Coke
5

code-smell

Reviews code changes for useless, over-designed, unreachable, and deprecated code patterns.

Community
Intermediate
A158CokeA158Coke
5

wotb-sync

Guides cross-layer synchronization of replay parsing, i18n, exports, and schema changes.

Community
Intermediate
A158CokeA158Coke
5

grill-me

Clarifies vague requirements into verifiable requirement checklists through layered questioning.

Community
Intermediate
A158CokeA158Coke
5

prompt-repair-executor

Executes incremental code fixes from review repair prompts using delta discovery and changed-file tests.

Community
Advanced
A158CokeA158Coke
5

keycloak-upgrade

Upgrade Keycloak server versions with custom Identity Provider SPI compatibility checks.

Community
Advanced
A158CokeA158Coke
5

finish-task

Cleans up worktrees, branches, and plan files after a PR merges.

Community
Intermediate

Frequently Asked Questions About Chen Yu

FAQPage Schema
What 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.