Skip to main content
Exécutez n'importe quel Skill dans Manus
en un clic
Dépôt GitHub

author

author contient 7 skills collectées depuis tailor-cms, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
7
Stars
8
mis à jour
2026-07-13
Forks
0
Couverture métier
2 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

report-bug
Analystes en assurance qualité des logiciels et testeurs

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
Analystes en assurance qualité des logiciels et testeurs

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Développeurs de logiciels

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
Analystes en assurance qualité des logiciels et testeurs

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
Analystes en assurance qualité des logiciels et testeurs

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