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

MortyClaw

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

已收集 skills
7
Stars
24
更新
2026-05-15
Forks
0
职业覆盖
4 个职业分类 · 已分类 100%
仓库浏览

这个仓库中的 skills

codebase-inspection
软件开发工程师

Inspect and analyze codebases using pygount for LOC counting, language breakdown, and code-vs-comment ratios. Use when asked to check lines of code, repo size, language composition, or codebase stats.

2026-05-15
github-auth
网络与计算机系统管理员

Set up GitHub authentication for the agent using git (universally available) or the gh CLI. Covers HTTPS tokens, SSH keys, credential helpers, and gh auth — with a detection flow to pick the right method automatically.

2026-05-15
github-code-review
软件质量保证分析师与测试员

Review code changes by analyzing git diffs, leaving inline comments on PRs, and performing thorough pre-push review. Works with gh CLI or falls back to git + GitHub REST API via curl.

2026-05-15
github-pr-workflow
网络与计算机系统管理员

Full pull request lifecycle — create branches, commit changes, open PRs, monitor CI status, auto-fix failures, and merge. Works with gh CLI or falls back to git + GitHub REST API via curl.

2026-05-15
systematic-debugging
软件质量保证分析师与测试员

Use when encountering any bug, test failure, or unexpected behavior. 4-phase root cause investigation — NO fixes without understanding the problem first.

2026-05-15
test-driven-development
软件质量保证分析师与测试员

Use when implementing any feature or bugfix, before writing implementation code. Enforces RED-GREEN-REFACTOR cycle with test-first approach.

2026-05-15
writing-plans
项目管理专家

Use when you have a spec or requirements for a multi-step task. Creates comprehensive implementation plans with bite-sized tasks, exact file paths, and complete code examples.

2026-05-15