Skip to main content
chenxin-yan
GitHub creator profile

chenxin-yan

Repository-level view of 10 collected skills across 3 GitHub repositories.

skills collected
10
repositories
3
updated
Aug 19, 2026
repository explorer

Repositories and representative skills

how
software-developers

Use for "how does X work", code walkthroughs before changing something, and placement / ownership / layering questions ("where should this live", "which package owns this", "is this the right layer"). Explains subsystem architecture, runtime flow, onboarding…

Aug 19, 2026
codebase-walkthrough
software-developers

Map a codebase or run a resumable, dependency-first guided tour.

Aug 14, 2026
fix-pr-review-comments
software-quality-assurance-analysts-and-testers

Critically evaluate GitHub PR review comments instead of blindly applying them. verify each against the code, fix what's valid, and report per-comment verdicts. Use when the user wants to handle, triage, or address PR review feedback.

Jul 31, 2026
explore-repo
software-developers

Ground facts about a third-party dependency by reading its actual source at the installed version, instead of recalling it from memory. Clones the upstream repo into .agent-sources/ (git-excluded), checks out the tag matching the installed version, then…

Jul 22, 2026
commit
software-developers

Stage and commit changes with a Conventional Commits message. Matches the repo's existing style, writes a structured subject and body, and commits without push/force/amend. Use whenever the user wants to commit, ship, save progress, or close out a task —…

Jul 10, 2026
to-html
web-developers

Render a plan, review, design, or any structured topic as a single skimmable HTML file in the current directory, built for visual review (diagrams, charts, stats, side-by-side, tables, callouts) instead of prose. Use whenever the user says "make an html for…

Jul 10, 2026
Showing 3 of 3 repositories
All repositories loaded