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

task-factory

task-factory contient 10 skills collectées depuis patleeman, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
10
Stars
59
mis à jour
2026-03-03
Forks
3
Couverture métier
3 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

task-factory
Développeurs de logiciels

Use task-factory CLI commands to manage workspaces, tasks, and workflows. Use when the user needs to create tasks, manage task execution, check queue status, or work with the Task Factory system via CLI.

2026-03-03
capture-screenshot
Développeurs de logiciels

Capture a browser screenshot for task validation and attach it to the active task using attach_task_file.

2026-02-18
checkpoint-pr
Développeurs de logiciels

Create a branch, commit all agent changes, push, and open a pull request. Use when work is ready for review and should be submitted as a PR rather than just checkpointed.

2026-02-18
checkpoint
Développeurs de logiciels

Commit and push the agent's current work without opening a PR. Stages only files modified by the agent, creates a descriptive commit message, and pushes to the current branch.

2026-02-18
code-review
Analystes en assurance qualité des logiciels et testeurs

Review all code changes for bugs, edge cases, naming, complexity, and missing error handling. Use after completing implementation work to catch issues before marking a task complete.

2026-02-18
grind-loop
Développeurs de logiciels

Repeatedly check if there is more work to do until the task is truly complete. Use after implementation to ensure nothing was missed against the acceptance criteria.

2026-02-18
security-review
Analystes en sécurité de l'information

Scan code changes for security vulnerabilities including OWASP Top 10, hardcoded secrets, injection flaws, and authentication issues. Use after implementation to catch security problems before marking a task complete.

2026-02-18
tdd-test-first
Analystes en assurance qualité des logiciels et testeurs

Enforce test-first behavior before implementation by writing or updating tests and running them in pre-execution.

2026-02-18
tdd-verify-tests
Analystes en assurance qualité des logiciels et testeurs

Verify TDD completion after implementation by running tests and fixing failures until they pass.

2026-02-18
update-docs
Développeurs de logiciels

Review implementation changes and update impacted repository documentation before task completion.

2026-02-18