Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

dotfiles

dotfiles 收录了来自 kouloumos 的 11 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

已收集 skills
11
Stars
2
更新
2026-04-22
Forks
0
职业覆盖
4 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

add-ssh-key
网络与计算机系统管理员

Add an SSH public key to a remote server's authorized_keys file

2026-04-22
save-context
软件开发工程师

Save working documents to .context/ with proper frontmatter

2026-04-22
rebase-pr
软件开发工程师

Rebase a contributor's PR onto latest main. Fetches the PR, creates a backup branch on origin, sets up a worktree, analyzes divergence, rebases, and force-pushes back to the contributor's fork. Use when a PR needs to be brought up to date with main.

2026-04-21
release
软件开发工程师

Merge source branch (default main) to production, create a CalVer release, and generate release content (GitHub release notes, Discord announcement, blog post)

2026-04-15
cleanup-history
软件开发工程师

Analyze branch commits, identify fixup candidates, rebase with autosquash, and post a PR comment explaining the cleanup.

2026-04-08
create-issue
项目管理专家

Create a well-structured GitHub issue from a conversation or description

2026-04-08
link-local
软件开发工程师

Link or unlink a local library for testing in a consumer project. Handles build, npm install from path, and cleanup. Default action is "link". Use "unlink" to reverse.

2026-04-08
pair-review
软件质量保证分析师与测试员

Co-review a pull request. Use when reviewing PRs together.

2026-04-08
resolve-bot-comments
软件质量保证分析师与测试员

Review and resolve bot review comments on a PR. Critically evaluates suggestions from greptile-apps, cursor, and other bots.

2026-04-08
restructure-commits
软件开发工程师

Restructure a PR's messy commit history into clean logical commits. Analyzes the full diff, proposes groupings by concern, rebuilds commits from scratch while preserving authorship, and verifies zero code diff against the original.

2026-04-08
sync-branch
软件开发工程师

Sync a feature branch with the target branch (main by default). Analyzes divergence, identifies truly unique commits vs already-merged ones, and executes the cleanest rebase strategy. Use when a branch has fallen behind or diverged from main.

2026-04-08