Skip to main content
在 Manus 中运行任何 Skill
一键导入
mojomanyana
GitHub 创作者资料

mojomanyana

按仓库查看 2 个 GitHub 仓库中的 9 个已收集 skills。

已收集 skills
9
仓库
2
更新
2026-07-06
仓库浏览

仓库与代表性 skills

git-ops
软件开发工程师

Use for any git or GitHub operation — "commit", "push", "open a PR", "new branch", "rebase", "merge", "tag a release", "who wrote this", "when did this break", "undo this", "wrong branch", "lost commits", "I leaked a secret", CI failures. Safe operator: refuses history rewrites on shared branches, scans for secrets before committing.

2026-07-03
plan
项目管理专家

Use when turning a decision, feature, or multi-step task into an executable plan — "break this down", "how should I implement this", "where do I start", "what's the order of work", "scope this refactor", "plan the fix". Produces the plan and per-step specs; writes no code. Not for system-level design (architect) or diagnosing failures (debug).

2026-07-03
build
软件开发工程师

Use when writing code — implement a feature or spec, fix a bug with a known cause, refactor — "fix this", "write the function", "implement the spec", "make the test pass", "code this up", "build it". Not for diagnosing an unknown failure (debug) or deciding what to build (plan).

2026-07-03
architect
软件开发工程师

Use for system design, significant technical choices (SQL vs NoSQL, monolith vs services, build vs buy, sync vs async), architecture review, migration planning, scaling questions, or recording an architecture decision — "how should I structure", "design a system that", "should we adopt X", "plan the migration", "review our architecture", "write an ADR". Not for code-level planning of a single change.

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

Use to review code before it lands — "review this", "is this ready to merge", "check this diff", "simplify this", "is this over-engineered", or after any non-trivial implementation. Covers both correctness (bugs, edge cases, error handling, test quality, security) and simplicity (dead code, needless abstraction, unneeded dependencies).

2026-07-03
debug
软件质量保证分析师与测试员

Use when diagnosing a failure — a failing or flaky test, a stack trace, a crash, a CI or lint error — "why is this failing", "find the bug", "debug this", "it crashes when", "works on my machine". Not for writing new features or fixing a bug whose cause is already known (build).

2026-07-03
decide
项目管理专家

Use when the user is exploring or deciding rather than executing — "should I", "what are my options", "which approach", "is this a good idea", "what could go wrong", "I'm stuck", or any decision that isn't settled yet. Covers software, product, business, and personal decisions. Not for building code, designing system architecture, or planning implementation.

2026-07-03
已展示 2 / 2 个仓库
已展示全部仓库