一键导入
dotfiles
dotfiles 收录了来自 lambdalisue 的 19 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。
这个仓库中的 skills
Create a Claude Code rule, skill, or agent — global (~/.claude) or project-local (.claude)
Code review using OpenAI Codex CLI with project context (rules, diff, conventions)
Multi-perspective code review from base branch with 3 independent reviewer agents
Analyze working tree changes, map to existing commits, and create fixup commits for autosquash
Analyze working tree changes, plan logically minimal NEW atomic commits per hunk (no fixup), and execute them
Review every commit message since base branch and add reword fixups where the message needs improvement (non-interactive)
Analyze working tree changes and commit them — fixup into existing commits where appropriate, otherwise new atomic commits
Address review findings from /code-review, /doc-review, or /pr-review
Create a git worktree with an appropriate branch name (location configured via git config wt.basedir, defaults to ../{gitroot}-wt)
Address PR review comments and CI failures end-to-end — run pr-review, fix failing CI, deal-review, git-commit, autosquash rebase, and push in sequence
Create a pull request with title and body based on commits
Fetch unresolved PR review comments and display analysis
Update the title and body of an existing pull request
Run format, lint, and spell check for documentation
Manage notes in Slite "ありすえメモ" collection - create, list, search, and read notes. Auto-triggers when creating or managing Slite notes.
Rebase current branch onto the latest remote base branch, resolving any conflicts and driving the rebase to completion
Resolve git merge/rebase/cherry-pick conflicts and drive the operation to completion autonomously
Review documentation quality — AI notes, Slite notes, plans, and specifications
Manage AI notes in ~/Compost/AI-Notes - read existing notes, list recent documents, and write new implementation plans (仕様書, 計画書, 設計書). Auto-triggers when reading from or writing to notes, specifications, or plans.