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

agentloom

agentloom 收录了来自 cchinchilla-dev 的 12 个 skills,并提供仓库级职业覆盖和站内 skill 详情页。

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

这个仓库中的 skills

analyze
软件开发工程师

Deep analysis of current changes before committing. Goes beyond lint — catches logic bugs, architectural violations, security, and performance issues.

2026-04-29
pr
软件开发工程师

Create a pull request from the current branch, matching the repo's PR conventions (What/Why/Testing for features, Summary/Test-plan for small PRs).

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

Review staged or unstaged changes before committing. Catches bugs, style drift, and missing coverage.

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

Cut a release — promote Unreleased → versioned in CHANGELOG, bump version, commit. CI auto-tags and publishes from the version-bump commit.

2026-04-16
roadmap
软件开发工程师

Create a release-tracking issue that organizes open issues into a phased roadmap. Pass a target version (e.g., `0.5.0`) to scope the plan.

2026-04-16
check
软件质量保证分析师与测试员

Run the full quality gate — format, lint, tests, types. Use after changes to verify nothing is broken.

2026-04-14
ci-status
软件开发工程师

Check GitHub Actions CI status. Shows recent runs, and if there are failures, reads the logs and suggests fixes.

2026-04-14
commit
软件开发工程师

Stage and commit changes following the project's observed flow. Propose message + files for approval first, never push automatically.

2026-04-14
coverage
软件质量保证分析师与测试员

Raise Codecov patch coverage above the 85% threshold by testing real edge cases or marking genuinely untestable code with `# pragma: no cover`.

2026-04-14
gen-tests
软件质量保证分析师与测试员

Generate tests for a module or function. Focuses on edge cases and real failure modes, not happy paths.

2026-04-14
issue
软件开发工程师

Create, view, or triage GitHub issues from the terminal. Pass an issue number to read it, or a description to create one.

2026-04-14
debug-workflow
软件开发工程师

Debug a workflow YAML — validate, trace execution, simulate state flow, and catch issues before runtime.

2026-03-19