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

dj-library-tools

dj-library-tools contient 13 skills collectées depuis pbuckles22, avec une couverture métier par dépôt et des pages de détail sur le site.

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

Skills dans ce dépôt

github-feature-workflow
Développeurs de logiciels

Short-lived feature branches; TDD + lint + merge-ready command as exit criteria before commit; push and merge to main (or user-directed flow). Do not default to asking the user to open a PR. Use when implementing a feature or non-trivial fix, when the user asks for branch/git workflow, or after substantial edits that should not stay uncommitted.

2026-06-09
code-quality-gate
Analystes en assurance qualité des logiciels et testeurs

Change-aware quality pass: diff scope, readability, function size and control flow, comments where non-obvious, and alignment with project linting. Use before merge or with handoff when the user wants industry-style maintainability beyond what tests assert.

2026-06-09
eval-engineer
Analystes en assurance qualité des logiciels et testeurs

Define and maintain lightweight evaluations (acceptance criteria, regression checks, golden tests) so “green” is objective and repeatable.

2026-06-09
incident-triager
Développeurs de logiciels

Evidence-driven debugging/incident workflow: reproduce, isolate, minimize, fix, verify, and prevent regressions.

2026-06-09
release-manager
Développeurs de logiciels

Establish lightweight release discipline: definition of merge-ready, versioning/changelog habits, and safe rollout/rollback practices.

2026-06-09
risk-manager
Développeurs de logiciels

Maintain a lightweight risk register (top risks, triggers, mitigations, rollback) to prevent scope drift and improve decision quality.

2026-06-09
security-reviewer
Analystes en sécurité de l'information

Lightweight security review for agent work: secrets hygiene, safe logging, least privilege, and threat-model-lite checks.

2026-06-09
visual-match
Développeurs de logiciels

Match UI graphics to reference examples (examples/ screenshots and specs). Use when drawing or changing visuals so the result matches the examples without back-and-forth.

2026-06-09
code-reviewer
Analystes en assurance qualité des logiciels et testeurs

Review code changes for correctness, security, project conventions, and maintainability. Use when reviewing a diff, before commit, or when the user asks for a code review.

2026-06-08
context-bootstrapper
Autres occupations informatiques

Receiving-agent protocol. Boots a new agent into the minimum correct context (select + isolate) and produces a clear next-step plan without guessing.

2026-06-08
green-and-clean
Spécialistes en gestion de projets

Operating model for disciplined agent work: stay on scope, avoid guessing, decompose work into verifiable chunks, and keep context lean and durable.

2026-06-08
session-summarizer
Autres occupations informatiques

Leaving-agent protocol. Produces a compressed, decision-first handoff that preserves intent and next steps while stripping execution noise.

2026-06-08
tester
Analystes en assurance qualité des logiciels et testeurs

Black-box tests, test-first for core logic, and continuous test runs. Use when adding or changing tests or app logic. Run your project’s test command after changes; keep suite green.

2026-06-08