changkun
UserChat, specs, tasks, and code. An autonomous engineering platform. Full autonomy when you trust it. Full control when you don't.
Categories
Indexed Skills (7)
release
Create a new wallfacer release — generates release notes, commits, tags, pushes, and creates a GitHub release with pre-built binaries. Usage /release <version> e.g. /release v0.0.7
add-code-comments
Go through the entire Go codebase, improve code comments, add logic explanations for non-trivial implementations, document uncommented exported symbols, and note any discovered bugs in BUGS.md without fixing them. Uses parallel sub-agents grouped by package area.
bugfix
Fix bugs documented in BUGS.md. For each bug, write a regression test that fails without the fix, apply the minimal fix, verify the test passes, and mark the bug as fixed in BUGS.md.
check-ci
Check GitHub Actions CI results for the current branch. Shows job statuses, failed test output, and lint errors. If failures are found, automatically diagnoses and fixes the issues, then commits and pushes.
coverage
Improve code coverage up to a target percentage. Measures current Go and JS coverage, identifies low-coverage packages/files, writes tests, and iterates until the target is reached.
playwright-cli
Automate browser interactions, test web pages and work with Playwright tests.
ui-debug
Debug frontend issues interactively using Playwright. Builds the server, launches it on a temporary port, writes and runs Playwright scripts to reproduce and diagnose the issue, then applies the fix.
Bio shown is the top-scored skill's repo description as a fallback — real GitHub bios land in a future update.