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

bristlenose

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

已收集 skills
14
Stars
7
更新
2026-07-14
Forks
1
职业覆盖
4 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

new-branch
软件开发工程师

Start work in an ISOLATED git worktree (the exception path — use only when two envs must be live at once, the work is multi-day and main must stay shippable meanwhile, or it's a throwaway spike). Creates the branch + worktree + venv + frontend build + smoke test + BRANCHES.md entry. For ordinary work, use /new-feature (trunk) instead. Any Kind — captured in Step 3.5. The `--from-cloud` flag instead ADOPTS an existing `origin/claude/*` cloud branch (built on phone/cloud, never compiled): fetch → build the Mac env → run the tests the cloud couldn't → preview the merge against main.

2026-07-14
end-session
软件开发工程师

End-of-session ritual — verify, document for humans and robots, commit, close out

2026-06-29
new-release
软件开发工程师

Ship a release — bump version, finalise changelog/readme, tag, push, and verify PyPI. The ONLY workflow command that touches public distribution (PyPI, Homebrew, the public changelog, the tag). Evening window on weekdays. Supports --dry-run.

2026-06-21
close-feature
软件开发工程师

Finish a piece of trunk work on main — runs tests + lint, surfaces human-QA checks, trues docs, adds a changelog line, marks the 100days item done, and commits. No merge (you're already on main). If you're on a branch, it offers to close the branch properly instead.

2026-06-21
close-branch
软件开发工程师

Archive a merged feature branch — stale marker, detach worktree, update BRANCHES.md (preserves local directory)

2026-06-21
new-feature
软件开发工程师

Start a piece of work on main (trunk — the DEFAULT path). Loads the plan / 100days item, checks recent history, agrees a plan, and records the task. No branch, no worktree, no env setup. For work that needs an isolated live environment, use /new-branch instead.

2026-06-21
swiftui-pro
软件质量保证分析师与测试员

Comprehensively reviews SwiftUI code for best practices on modern APIs, maintainability, and performance. Use when reading, writing, or reviewing SwiftUI projects.

2026-06-07
usual-suspects
软件质量保证分析师与测试员

Fan out all relevant review agents in parallel against a plan or implementation, then consolidate into a single triageable report

2026-06-07
sync-board
软件开发工程师

Bidirectional sync between 100days.md and GitHub Projects board — strikethrough Done items, create new cards, backfill Sprint tags

2026-06-07
cassandra
软件开发工程师

Pre-mortem a dependency-bump set before merging — predict what breaks, prove how, and record the prophecy for later calibration

2026-06-04
sitrep
项目管理专家

Situation report — compare planning docs against git delivery over a window, surface lateral wins, and lay out forward candidates respecting dependencies. User picks; skill does not pick.

2026-05-20
true-the-docs
软件开发工程师

Reconcile developer-facing design docs in `docs/` and `docs/private/` against shipped reality (code, commits, post-mortem artefacts). Classifies each doc (A/B/C/D/E/P archetypes), then applies per-archetype edits — preserving historical value where it matters, archiving what's truly superseded. Three modes: `--corpus` (whole-tree triage report), `--topic <theme>` (slice reconciliation), `--doc <path>` (single-doc mode). Use after a checkpoint or release, when code has outrun its design docs.

2026-05-14
add-todo
高级秘书和行政助理

Add a new item to 100days.md and create a matching card on the GitHub Projects board

2026-03-18
critique-code
软件质量保证分析师与测试员

Critique changed code — find bugs, check conventions, raise design questions

2026-03-16