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

portweave

portweave contém 4 skills coletadas de gameweave, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.

skills coletadas
4
Stars
4
atualizado
2026-05-27
Forks
0
Cobertura ocupacional
2 categorias ocupacionais · 100% classificado
explorador de repositórios

Skills neste repositório

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

Review an implementation for accuracy, completeness, and quality against a Portweave spec at .ai/specs/<slug>/<slug>.md. Use when reviewing code, verifying a spec was implemented correctly, or auditing changes against the spec. Invoked as a required gate by the `execute-spec` skill alongside the global `/security-review` skill, both running in parallel as subagents before a spec can be marked `shipped`.

2026-05-27
create-feature
Desenvolvedores de software

Draft a per-feature what/why document at .ai/features/<slug>/<slug>.md. Use when the user wants to define a new feature's motivation and scope before writing a spec. Stops at the feature doc — implementation specs and code are separate skills (create-spec, execute-spec).

2026-05-27
create-spec
Desenvolvedores de software

Draft an implementation spec for a Portweave feature at .ai/specs/<slug>/<slug>.md. Use when the user wants to plan the implementation of a feature whose what/why is already captured in a feature doc (or alongside drafting one). Follows Portweave's spec template (Problem / Approach / Acceptance criteria / Open questions).

2026-05-27
execute-spec
Desenvolvedores de software

Implement an approved spec from .ai/specs/<slug>/<slug>.md. Use when the user references a spec ("execute the X spec", "let's build what's in spec Y", "implement .ai/specs/foo/foo.md"). Reads the spec, plans the changes, writes tests, implements code, runs dev-workflow, then runs parallel code-review + security-review subagents as a required gate before shipping.

2026-05-27