Skip to main content
Manusで任意のスキルを実行
ワンクリックで
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