Skip to main content
Manusで任意のスキルを実行
ワンクリックで
GitHub リポジトリ

agents

agents には fullsend-ai から収集した 5 個の skills があり、リポジトリ単位の職業カバレッジとサイト内 skill 詳細ページを表示します。

収集済み skills
5
Stars
1
更新
2026-07-17
Forks
7
職業カバレッジ
2 件の職業カテゴリ · 100% 分類済み
リポジトリエクスプローラー

このリポジトリの skills

pr-review
ソフトウェア品質保証アナリスト・テスター

PR review orchestrator. Triages the change, dispatches specialized sub-agents in parallel across review dimensions, synthesizes their findings, runs PR-specific checks, and produces a structured review result. Sub-agent definitions live in sub-agents/ relative to this file.

2026-07-17
code-implementation
ソフトウェア開発者

Step-by-step procedure for implementing a GitHub issue. Gathers context, discovers repo conventions, plans the change, implements, verifies with tests and linters, and commits to a feature branch.

2026-07-16
merge-queue
ソフトウェア開発者

Use when you need to add a PR to a GitHub merge queue, check what's currently queued, or find out why a PR was removed from the queue. The gh CLI has no built-in merge-queue commands, so this skill provides scripts that use the GraphQL API.

2026-07-10
retro-analysis
ソフトウェア開発者

Use when performing a retrospective on an agent workflow. Teaches how to trace workflow runs, explore context with subagents, and write structured improvement proposals.

2026-07-10
docs-review
ソフトウェア品質保証アナリスト・テスター

Evaluates whether a PR's code changes have made in-repo documentation stale. Discovers documentation files, matches changed identifiers against doc content, and produces findings for stale or missing documentation. Read-only — flags staleness but does not update docs. Can be delegated to by the pr-review skill.

2026-07-10