weekly-recap

Installation
CLI
npx skills add https://github.com/barillax/skills --skill weekly-recap

Installez cette compétence avec la CLI et commencez à utiliser le flux de travail SKILL.md dans votre espace de travail.

Dernière mise à jour le 6/20/2026

barillax/skills

Personal Claude Code skills, published in the npx skills layout.

Install

npx skills@latest add barillax/skills                      # install the whole bundle
npx skills@latest add barillax/skills/pr                   # install one skill
npx skills@latest update barillax/skills                   # pull the latest
npx skills@latest remove <skill>                           # uninstall

Skills land in ~/.claude/skills/<skill>/.

What's here

Skill Description
pr Create a well-documented PR from the current working state. Handles uncommitted changes, quickcheck autofix, PR body generation.
merge Squash-merge the current branch's PR after verifying CI is green, then clean up locally. Worktree-aware.
babysit One pass of PR babysitting — gather status, aggressively autofix (rebase, lint, typecheck, build, tests), escalate judgment calls. Wrap in /loop for recurring passes.
git-cleanup Delete local branches whose remote tracking branch is gone. Safe: previews before deleting.
update-node Bump the pinned Node version across .nvmrc, .mise.toml, package.json#engines, CI configs, and verify compatibility.
review Run the project's full quality check + summarize the current diff.
test-plan Generate a testing plan for the current branch's changes.
weekly-recap Draft a Slack-ready weekly recap for exec leadership from your GitHub org activity, Claude Code sessions, Calendar, and Gmail. Interactive sensitivity + clarification pass.

All skills are package-manager-agnostic — they detect pnpm / yarn / bun / npm from the project's lockfile and packageManager field via _shared/detect-pm.sh.

Credits

Adapted from @farthershore/mobile-agent-chat-template, extracted into a standalone collection and made package-manager-agnostic.