Skip to main content
Ejecuta cualquier Skill en Manus
con un clic
Repositorio de GitHub

agents

agents contiene 5 skills recopiladas de fullsend-ai, con cobertura ocupacional por repositorio y páginas de detalle dentro del sitio.

skills recopiladas
5
Stars
1
actualizado
2026-07-17
Forks
7
Cobertura ocupacional
2 categorías ocupacionales · 100% clasificado
explorador de repositorios

Skills en este repositorio

pr-review
Analistas de garantía de calidad de software y probadores

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
Desarrolladores 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
Desarrolladores 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
Desarrolladores 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 garantía de calidad de software y probadores

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