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

plan-forge

plan-forge contient 82 skills collectées depuis srnichols, avec une couverture métier par dépôt et des pages de détail sur le site.

skills collectés
82
Stars
4
mis à jour
2026-07-14
Forks
2
Couverture métier
7 catégories métier · 100% classifié
explorateur de dépôts

Skills dans ce dépôt

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

Run a comprehensive code review across architecture, security, testing, naming, and patterns. Invokes relevant reviewer agents in sequence. Use before merging features or at the end of a phase. With --quorum, dispatches multi-model analysis for higher confidence.

2026-07-14
code-review
Analystes en assurance qualité des logiciels et testeurs

Run a comprehensive code review across architecture, security, testing, naming, and patterns. Invokes relevant reviewer agents in sequence. Use before merging features or at the end of a phase. With --quorum, dispatches multi-model analysis for higher confidence.

2026-07-14
bug-fix
Analystes en assurance qualité des logiciels et testeurs

Guided end-to-end bug-fix workflow for Plan Forge tempering bugs — load → pre-fix review → write failing test → fix → validate → post-fix sweep → close. Composes /code-review, /clean-code-review, /forge-quench, and /test-sweep around the forge_bug_* tool surface so a fix never closes without a regression check.

2026-05-23
bug-fix
Analystes en assurance qualité des logiciels et testeurs

Guided end-to-end bug-fix workflow for Plan Forge tempering bugs — load → pre-fix review → write failing test → fix → validate → post-fix sweep → close. Composes /code-review, /clean-code-review, /forge-quench, and /test-sweep around the forge_bug_* tool surface so a fix never closes without a regression check.

2026-05-23
code-review
Analystes en assurance qualité des logiciels et testeurs

Plan-Forge-tuned comprehensive code review — runs public-surface diff, forge analysis, architecture / security / testing / patterns checks, plus Plan-Forge-specific gates (ACI compliance, dual-shell parity, branch model). Use before merging features or at the end of a phase. With --quorum, dispatches multi-model analysis.

2026-05-23
clean-code-review
Analystes en assurance qualité des logiciels et testeurs

Stack-agnostic Clean Code audit — module size, function-length/complexity (via your project's existing linter), long parameter lists, TODO/FIXME/HACK markers, commented-out code, debug-print leakage, and optional duplication detection. Produces a structured findings report with optional fix suggestions. Use before merges, at end of a feature, or as a regular hygiene pass.

2026-05-23
clean-code-review
Analystes en assurance qualité des logiciels et testeurs

Run a comprehensive Clean Code audit against the codebase — module size, function complexity, long parameter lists, TODO/FIXME markers, commented-out code, duplication (DRY), Boy Scout delta, dead exports, test smells, shell-parity (PS/Bash twins), dep boundaries (cross-package imports), frozen-arrays drift (enums.mjs), and ESLint violations — then produce a structured findings report with optional fix suggestions.

2026-05-19
stakeholder-briefing
Spécialistes en gestion de projets

Generate a per-organisation stakeholder briefing for Plan Forge from the canonical template, optionally drafting the prospect-specific sections from a source directory of customer materials. Use when an internal champion needs to walk a colleague or VP through the decision to adopt Plan Forge.

2026-05-19
ui-scaffold
Développeurs de logiciels

Scaffold a new Blazor page with proper layering — service interface, page component (markup + code-behind split), DTO, validation, error handling, and bUnit test. Enforces architecture-principles + blazor-fluent-ui conventions. Use when adding any new UI surface to a Blazor Server app.

2026-05-05
audit-loop
Analystes en assurance qualité des logiciels et testeurs

Run a recursive audit drain loop — discover findings from the running system, triage each into bug/spec/classifier lanes, repeat until convergence. USE FOR: end-to-end audit of a deployed or locally-running app, draining findings to zero. DO NOT USE FOR: single-shot tempering runs (use forge_tempering_run), one-off bug filing (use forge_bug_register), security-only scans (use /security-audit skill), code complexity review (use /forge-quench skill).

2026-04-24
forge-quench
Développeurs de logiciels

Systematically reduce .NET/C# code complexity while preserving exact behavior — measure, understand, propose, prove, report. Use after a feature is complete and tests pass, when code works but is harder to maintain than it should be.

2026-04-10
forge-quench
Développeurs de logiciels

Systematically reduce Go code complexity while preserving exact behavior — measure, understand, propose, prove, report. Use after a feature is complete and tests pass, when code works but is harder to maintain than it should be.

2026-04-10
forge-quench
Développeurs de logiciels

Systematically reduce Java code complexity while preserving exact behavior — measure, understand, propose, prove, report. Use after a feature is complete and tests pass, when code works but is harder to maintain than it should be.

2026-04-10
forge-quench
Développeurs de logiciels

Systematically reduce PHP code complexity while preserving exact behavior — measure, understand, propose, prove, report. Use after a feature is complete and tests pass, when code works but is harder to maintain than it should be.

2026-04-10
forge-quench
Développeurs de logiciels

Systematically reduce Python code complexity while preserving exact behavior — measure, understand, propose, prove, report. Use after a feature is complete and tests pass, when code works but is harder to maintain than it should be.

2026-04-10
forge-quench
Développeurs de logiciels

Systematically reduce Rust code complexity while preserving exact behavior — measure, understand, propose, prove, report. Use after a feature is complete and tests pass, when code works but is harder to maintain than it should be.

2026-04-10
forge-quench
Développeurs de logiciels

Systematically reduce code complexity while preserving exact behavior — measure, understand, propose, prove, report. Use after a feature is complete and tests pass, when code works but is harder to maintain than it should be.

2026-04-10
forge-quench
Développeurs de logiciels

Systematically reduce Swift code complexity while preserving exact behavior — measure, understand, propose, prove, report. Use after a feature is complete and tests pass, when code works but is harder to maintain than it should be.

2026-04-10
forge-quench
Développeurs de logiciels

Systematically reduce TypeScript code complexity while preserving exact behavior — measure, understand, propose, prove, report. Use after a feature is complete and tests pass, when code works but is harder to maintain than it should be.

2026-04-10
infra-deploy
Administrateurs de réseaux et de systèmes informatiques

Validate, what-if/plan, deploy, and verify Azure infrastructure using Bicep, Terraform, or azd. Use when deploying a completed infrastructure phase to an environment.

2026-04-10
infra-test
Administrateurs de réseaux et de systèmes informatiques

Run the full IaC test suite — Bicep linting, ARM TTK (if applicable), Terraform validate, Pester unit and integration tests. Use before deploying or after making infrastructure changes.

2026-04-10
api-doc-gen
Développeurs de logiciels

Generate or update OpenAPI specification from .NET controller attributes. Validate spec-to-code consistency. Use after adding or changing API endpoints.

2026-04-10
database-migration
Architectes de bases de données

Generate, review, test, and deploy database schema migrations. Use when adding columns, creating tables, or changing schema.

2026-04-10
dependency-audit
Analystes en assurance qualité des logiciels et testeurs

Scan .NET project dependencies for vulnerabilities, outdated packages, and license issues. Use before PRs, after adding packages, or on a regular schedule.

2026-04-10
onboarding
Développeurs de logiciels

Walk a new developer through .NET project setup, architecture, key files, and first task. Use when someone new joins the team or needs to understand the codebase.

2026-04-10
release-notes
Développeurs de logiciels

Generate release notes from git history and CHANGELOG. Formats for GitHub Release, Slack, or email. Use before tagging a release.

2026-04-10
security-audit
Analystes en sécurité de l'information

Comprehensive .NET security audit — OWASP vulnerability scan, NuGet vulnerability check, secrets detection, and combined severity report.

2026-04-10
staging-deploy
Administrateurs de réseaux et de systèmes informatiques

Build, push, migrate, and deploy to staging environment with health check verification. Use when deploying a completed phase to staging.

2026-04-10
test-sweep
Analystes en assurance qualité des logiciels et testeurs

Run all test suites (unit, integration, API, E2E) and aggregate results into a summary report. Use after completing execution slices or before the Review Gate.

2026-04-10
api-doc-gen
Développeurs de logiciels

Generate or update OpenAPI specification from Go HTTP handler registrations. Validate spec-to-code consistency. Use after adding or changing API endpoints.

2026-04-10
database-migration
Architectes de bases de données

Generate, review, test, and deploy database schema migrations. Use when adding columns, creating tables, or changing schema.

2026-04-10
dependency-audit
Analystes en sécurité de l'information

Scan Go module dependencies for vulnerabilities, outdated packages, and license issues. Use before PRs, after adding packages, or on a regular schedule.

2026-04-10
onboarding
Développeurs de logiciels

Walk a new developer through Go project setup, architecture, key files, and first task. Use when someone new joins the team or needs to understand the codebase.

2026-04-10
security-audit
Analystes en sécurité de l'information

Comprehensive Go security audit — OWASP vulnerability scan, govulncheck, secrets detection, and combined severity report.

2026-04-10
staging-deploy
Administrateurs de réseaux et de systèmes informatiques

Build, push, migrate, and deploy to staging environment with health check verification. Use when deploying a completed phase to staging.

2026-04-10
test-sweep
Analystes en assurance qualité des logiciels et testeurs

Run all test suites (unit, integration, API, E2E) and aggregate results into a summary report. Use after completing execution slices or before the Review Gate.

2026-04-10
api-doc-gen
Développeurs de logiciels

Generate or update OpenAPI specification from Java/Spring controller annotations. Validate spec-to-code consistency. Use after adding or changing API endpoints.

2026-04-10
database-migration
Architectes de bases de données

Generate, review, test, and deploy database schema migrations. Use when adding columns, creating tables, or changing schema.

2026-04-10
dependency-audit
Analystes en sécurité de l'information

Scan Java/Maven project dependencies for vulnerabilities, outdated packages, and license issues. Use before PRs, after adding packages, or on a regular schedule.

2026-04-10
onboarding
Développeurs de logiciels

Walk a new developer through Java/Maven project setup, architecture, key files, and first task. Use when someone new joins the team or needs to understand the codebase.

2026-04-10
Affichage des 40 principaux skills collectés sur 82 dans ce dépôt.