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

dotfiles

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

已收集 skills
5
Stars
0
更新
2026-06-20
Forks
0
职业覆盖
2 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

gh-create-pr
软件开发工程师

Create a GitHub pull request from the current branch with a concise title and brief body. Use when the user wants Codex to open, draft, or prepare a PR for the current branch. Default to a draft PR unless the user explicitly asks for a ready-for-review PR. If the branch name contains a Linear-style issue key such as `eng-1234`, prefix the PR title with `[eng-1234]: `. Keep the description concise, omit a Testing section unless requested, and add a Why section only when it can be inferred from the change without fluff.

2026-06-20
ai-usage-pricing
软件开发工程师

Recompute local Codex and Claude/Claude Code monthly token usage and API-rate pricing from ~/.codex and ~/.claude logs. Use when the user asks for AI usage, token totals, monthly pricing tables, Codex usage, Claude Code usage, Claude inference usage, or a rerun of prior usage/cost reports.

2026-06-20
git-stage-commit
软件开发工程师

Stage all tracked and untracked repository changes and create a git commit with a concise, high-signal message. Use when the user wants Codex to commit current work, prepare a clean checkpoint, or write a commit message from the staged or unstaged diff. Always enforce a commit subject of 88 characters or fewer and add a body only when the change is complex enough to need extra context.

2026-03-24
plan-review
软件质量保证分析师与测试员

Use when the user asks to review a plan, critique a plan, or wants feedback on an implementation plan before writing code. Triggers on "review this plan", "plan review", "/plan-review", or similar requests to evaluate a proposed approach.

2026-03-24
release-notes
软件开发工程师

Generate GitHub release notes from commits since the last git tag, then create a GitHub release. Use when the user wants to cut a release, create release notes, or publish a new version.

2026-03-24