Skip to main content
2ykwang
GitHub creator profile

2ykwang

Repository-level view of 30 collected skills across 4 GitHub repositories.

skills collected
30
repositories
4
updated
Aug 29, 2026
repository explorer

Repositories and representative skills

instruction-eval
computer-occupations-all-other

Change one condition an agent runs under (instruction text, the reference material instructions point at, MCP tools and permissions, hooks, skill files), then run the same prompts before and after, several times each, to see what actually changes. Produces an…

Aug 4, 2026
instruction-eval
computer-occupations-all-other

Change one condition an agent runs under (instruction text, the reference material instructions point at, MCP tools and permissions, hooks, skill files), then run the same prompts before and after, several times each, to see what actually changes. Produces an…

Aug 4, 2026
commit-fixup
software-developers

Absorb uncommitted working tree edits into the existing commits on the current branch where each change belongs (fixup commits + autosquash rebase). Use on requests like 'fold this into the original commit', 'clean up the commit history', 'squash the review…

Jul 27, 2026
commit-split
software-developers

Split a pile of uncommitted changes into several context-scoped commits. Analyzes the diff first, proposes logical groups and a commit count, and once the user confirms the granularity, stages per file — down to hunks inside a single file when needed — and…

Jul 27, 2026
code-history
software-developers

Trace the git history of specific code — when a function, pattern, or file was added, modified, or removed, and the intent behind each change. Use when the user asks when or why a piece of code changed, wants the evolution of a function, or needs the commit…

Jul 27, 2026
code-review-report
software-developers

Turn code changes into a single-file HTML code review report that pairs the diff with context a diff can't show — design decisions, rejected alternatives, tradeoffs, unfinished work — plus prioritized review points. Use when preparing for review after…

Jul 27, 2026
create-qa-list
software-quality-assurance-analysts-and-testers

Turn code, specs, a PR, or the current conversation into a QA test-case list a non-developer can read and run, exported as CSV, a shareable HTML report, or both. Trigger when the user wants QA test cases, a test plan, a QA checklist, or a test-case CSV/HTML…

Jul 27, 2026
decision-board
web-developers

Render an interactive HTML board for the user to pick among multiple comparable options side-by-side at once — engineering trade-offs, copy audits, action-item triage, architecture decisions, policy calls. Returns the picks (and optional hold/note flags) as a…

Jul 27, 2026
Showing 8 of 26 collected skills.
Showing 4 of 4 repositories
All repositories loaded