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

Menu-Management

Menu-Management contient 9 skills collectées depuis guplem, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
9
Stars
1
mis à jour
2026-07-20
Forks
0
Couverture métier
3 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

create-branch
Développeurs de logiciels

Create a git branch from a base and set its upstream at once, so a later push can never land on the base branch. Use when starting work that needs its own branch.

2026-07-20
create-issue
Développeurs de logiciels

Create a well-structured GitHub issue with duplicate detection, code verification, and auto-labeling

2026-07-20
debug
Développeurs de logiciels

Root-cause a bug or a failed fix with evidence, not guesses - brainstorm causes, research them in parallel, confirm one with logs before changing code. Use when a reported behavior needs root-causing or a fix attempt has failed.

2026-07-20
implement-issue
Développeurs de logiciels

Implement a GitHub issue interactively - asks about branch, PR target, and phases/steps before starting work

2026-07-20
rename-symbol
Développeurs de logiciels

Rename or refactor a symbol safely by searching every naming-case variant across code, tests, docs, configs, and JSON. Use when renaming any identifier so no reference is missed.

2026-07-20
research-agents
Développeurs de logiciels

Launch N parallel research agents that explore different improvement approaches, cross-pollinate ideas, and converge on a unified plan

2026-07-20
review-pr-comments
Analystes en assurance qualité des logiciels et testeurs

Review PR comments, apply or reject each one with evidence, and post replies directly to GitHub

2026-07-20
write-ai-instructions
Autres occupations informatiques

Author or edit AI-facing instruction files in this repo - AGENTS.md, skills under .claude/skills/, subagents under .claude/agents/, and spawned-agent prompts. Covers the prompt-writing rules for current Claude models, the map-not-manual standard for AGENTS.md, the living-document rule, and when and where to persist a new rule. Use when editing any AI-instruction file.

2026-07-20
write-commit
Développeurs de logiciels

Shape git commits well - atomic one-concern commits, conventional-commit subjects, why-focused bodies, and a branch history that reads as a clear story. Use when composing commits.

2026-07-20