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

author

author contém 7 skills coletadas de tailor-cms, com cobertura ocupacional por repositório e páginas de detalhe dentro do site.

skills coletadas
7
Stars
8
atualizado
2026-07-13
Forks
0
Cobertura ocupacional
2 categorias ocupacionais · 100% classificado
explorador de repositórios

Skills neste repositório

report-bug
Analistas de garantia de qualidade de software e testadores

Draft a high-quality GitHub bug report from a QA observation - dedup, fill the bug_report form fields. DRAFT ONLY: it never files the issue; it hands you a ready `gh issue create` command to run yourself. Use when QA finds a defect to report.

2026-07-13
report-proposal
Analistas de garantia de qualidade de software e testadores

Draft a GitHub proposal (feature / enhancement / task) - dedup, classify the type, fill the proposal form fields. DRAFT ONLY: it never files the issue; it hands you a ready `gh issue create` command to run yourself. Use when proposing new capability, an improvement, or a unit of work (not a defect - that's /report-bug).

2026-07-13
document-pr
Desenvolvedores de software

Draft a clear, reviewer-ready pull request description for the current branch (or an existing PR) - feature-first summary, motivation, test plan, linked issues - verified against the real diff. DRAFT ONLY: it never creates, edits, or pushes; it hands you a ready `gh pr create`/`gh pr edit` command to run yourself. Use when writing up a PR.

2026-07-10
new-slice
Desenvolvedores de software

Scaffold a new backend HTTP endpoint / vertical slice in apps/backend (Zod schema + defineAction + service + mounter) following the slice conventions. Use when adding a backend endpoint, action, or resource.

2026-07-02
scaffold-extension
Desenvolvedores de software

Scaffold a new Tailor content extension - content element (ce), content container (cc), meta input (mi), or plugin (pl) - and wire it into the registry. Use when adding a new ce/cc/mi/pl extension to the platform.

2026-07-02
new-e2e
Analistas de garantia de qualidade de software e testadores

Scaffold a Playwright Page Object plus a functional spec in tests/, following the POM conventions. Use when adding an end-to-end test for a feature or flow.

2026-07-02
repro-spec
Analistas de garantia de qualidade de software e testadores

Turn a bug (GitHub issue number or description) into a failing Playwright spec that reproduces it - POM-based, tagged @bug, linked to the issue, and marked test.fail() so CI stays green until a fix flips it red. Use to capture a known bug as a regression-first test.

2026-07-02