Skip to main content
Execute qualquer Skill no Manus
com um clique
Repositório GitHub

agents

agents contém 5 skills coletadas de fullsend-ai, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.

skills coletadas
5
Stars
1
atualizado
2026-07-17
Forks
7
Cobertura ocupacional
2 categorias ocupacionais · 100% classificado
explorador de repositórios

Skills neste repositório

pr-review
Analistas de garantia de qualidade de software e testadores

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Desenvolvedores de software

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
Analistas de garantia de qualidade de software e testadores

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