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

craftsmanship

craftsmanship contient 6 skills collectées depuis Sagargupta16, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
6
Stars
0
mis à jour
2026-04-19
Forks
0
Couverture métier
4 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

audit
Développeurs de logiciels

Use when setting up a new repo, auditing an existing one for hygiene issues, or before publishing a project. Covers .gitignore, .env.example, README, LICENSE, CONTRIBUTING, and detecting committed secrets.

2026-04-19
guard
Analystes en sécurité de l'information

Use when making git operations, handling secrets, committing code, or dealing with credentials. Enforces git safety rules (no force-push to main, no amend of published commits), secret-handling discipline (never commit .env, use .env.example), and destructive-command caution.

2026-04-19
plan
Spécialistes en gestion de projets

Use when implementing features spanning 3+ files, when requirements are unclear, or when structuring multi-step work. Covers when to plan vs just code, plan structure, interview-then-execute, and prototype-over-spec patterns.

2026-04-19
review
Analystes en assurance qualité des logiciels et testeurs

Use when reviewing code changes, examining PRs, or checking your own work before submitting. Covers what to look for (correctness, security, performance, style), how to review systematically, and how to give actionable feedback.

2026-04-19
ship
Développeurs de logiciels

Use when preparing to ship a feature -- opening a PR, writing release notes, cutting a version, or coordinating a deploy. Covers PR hygiene, commit messages, release process, and post-ship verification.

2026-04-19
verify
Analystes en assurance qualité des logiciels et testeurs

Use when completing a task, before claiming work is done, or before creating a PR. Enforces verification beyond "tests pass" -- actually run the code, hit the endpoints, open the browser. Prevents premature completion claims.

2026-04-19