ワンクリックで
work-cycle
work-cycle には ANaka から収集した 3 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。
このリポジトリの skills
Use when a PR needs an AI-slop cleanup pass (including the shorthand "deslop-pr"). Locates the PR's worktree, removes slop from the changed-file diff with a regression-safe deletion-first workflow, fixes obvious bugs found along the way, pushes, comments a summary, then asks whether to mergesync.
Use when the user gives any implementation task — bug fix, feature, refactor, or multi-phase project. Triages scope first, then brainstorms design before planning. Even small tasks get an assumption check. Larger tasks add full design exploration, planning, and review phases.
Use when a PR is open and needs review (including the shorthand "fixpr"). Fetches PR state, reviews the diff, fixes issues directly in the worktree, pushes, and comments on the PR about what was fixed. Can loop until clean.