بنقرة واحدة
work-cycle
يحتوي work-cycle على 3 من skills المجمعة من ANaka، مع تغطية مهنية على مستوى المستودع وصفحات 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.