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

dev-setup

dev-setup contient 14 skills collectées depuis alexherrero, avec une couverture métier par dépôt et des pages de détail sur le site.

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

Skills dans ce dépôt

dependabot-fixer
Développeurs de logiciels

Fix breakage on a Dependabot PR. Trigger when (a) the current branch matches `dependabot/*` and CI is red, (b) the user asks to "fix the dependabot PR" / "make this dependency update pass", or (c) the user invokes `/dependabot-fix [pr-number]`. Reads failing CI logs and upstream CHANGELOG, applies a bounded fix loop, pushes commits to the Dependabot branch, comments residual risks on the PR. Never merges. Aborts honestly when the fix needs human judgment.

2026-05-28
ship-release
Développeurs de logiciels

Cut a tagged GitHub release from the default branch. Trigger when the user says "ship a release", "cut a release", "tag a release", or invokes the skill explicitly. Auto-sizes the semver bump from conventional-commit prefixes in the commit range since the last tag — patch / minor / major — and respects an explicit size hint (`patch|minor|major`) or exact version (`vX.Y.Z`). Writes CHANGELOG.md, tags, pushes, creates the GitHub release. Aborts if the tree is dirty, the default branch isn't pushed, or the tag already exists.

2026-05-28
dependabot-fixer
Développeurs de logiciels

Fix breakage on a Dependabot PR. Trigger when (a) the current branch matches `dependabot/*` and CI is red, (b) the user asks to "fix the dependabot PR" / "make this dependency update pass". Reads failing CI logs and upstream CHANGELOG, applies a bounded fix loop, pushes commits to the Dependabot branch, comments residual risks on the PR. Never merges. Aborts honestly when the fix needs human judgment.

2026-05-28
harness-bugfix
Développeurs de logiciels

Bug triage pipeline — Report → Analyze → Fix → Verify. Use instead of harness-plan+harness-work for bugs. Prefixed harness- for consistency with the other phase skills.

2026-05-28
harness-plan
Spécialistes en gestion de projets

Turn a brief into .harness/PLAN.md with per-task verification criteria. No code written — implementation is the harness-work skill. Prefixed harness- to avoid collision with Codex's built-in /plan (which has different semantics).

2026-05-28
harness-release
Spécialistes en gestion de projets

Pre-merge gate — verify plan done, gates green, CI passing, docs swept. Does NOT push/merge/tag without explicit user approval. Prefixed harness- for consistency with the other phase skills.

2026-05-28
harness-review
Analystes en assurance qualité des logiciels et testeurs

Adversarial review — assume the code has bugs, find them. Executable artifact required. No fixes applied. Prefixed harness- to avoid collision with Codex's built-in /review (which has different semantics).

2026-05-28
harness-setup
Développeurs de logiciels

First-time project scaffold for agentm. Populates init.sh with real commands, verifies it boots, seeds AGENTS.md, features.json, and the wiki/ scaffold. Run once per project. Prefixed harness- to avoid collision with Codex built-ins. Does not plan — planning is the harness-plan skill.

2026-05-28
harness-work
Développeurs de logiciels

Implement exactly one task from .harness/PLAN.md. Stop after one. Runs .harness/verify.sh after implementing (Codex's PostToolUse hook is Bash-only, so per-write verify is not available — gates run in-skill). Prefixed harness- for consistency with the other phase skills.

2026-05-28
ship-release
Développeurs de logiciels

Cut a tagged GitHub release from the default branch. Trigger when the user says "ship a release", "cut a release", "tag a release". Auto-sizes the semver bump from conventional-commit prefixes in the commit range since the last tag — patch / minor / major — and respects an explicit size hint (`patch|minor|major`) or exact version (`vX.Y.Z`). Writes CHANGELOG.md, tags, pushes, creates the GitHub release. Aborts if the tree is dirty, the default branch isn't pushed, or the tag already exists.

2026-05-28
adversarial-reviewer-cross
Analystes en assurance qualité des logiciels et testeurs

Cross-model adversarial reviewer. Shells out to the Gemini CLI via .harness/scripts/cross-review.sh for a second opinion from a different model. Same contract as adversarial-reviewer — failing test, DEFECT file:line, or NO ISSUES FOUND. No prose. Gracefully falls back to the in-process adversarial-reviewer when gemini is unavailable. Dispatched first in the /review workflow to escape the same-model echo chamber.

2026-04-23
adversarial-reviewer
Analystes en assurance qualité des logiciels et testeurs

Critic for recently-written code. Framing is literal — "the code contains bugs, find them." Required output is a failing test, a specific file:line defect, or an explicit no-issues finding with categories checked. Prose-only critiques are rejected. Dispatched in the /review workflow after deterministic gates pass. Fresh context; the implementer's reasoning trace is deliberately withheld.

2026-04-23
documenter
Développeurs de logiciels

Structural maintainer of the wiki/ documentation tree. Dispatched at phase boundaries only (setup, plan, work post-gates, release, bugfix). Creates, updates, and prunes pages to reflect what the codebase actually does. Preserves human edits. Never touches code. Write scope is restricted to wiki/** and .harness/project.json. Declines mid-/work invocations — runs only after gates are green.

2026-04-23
explorer
Développeurs de logiciels

Read-only codebase exploration skill. Dispatch when you need to answer a question about where code lives or how it works, and returning raw tool output would waste main-context. Returns a structured summary with file:line references — never writes or edits files. Use this skill whenever a single focused question about the codebase comes up mid-workflow.

2026-04-23