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

plan-forge-testbed

plan-forge-testbed contient 90 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
90
Stars
0
mis à jour
2026-06-07
Forks
0
Couverture métier
8 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-06-07
planforge-accessibility-reviewer
Concepteurs web et d'interfaces numériques

Audit UI components for WCAG 2.2 compliance, semantic HTML, ARIA labels, keyboard navigation, color contrast, and responsive design.

2026-04-11
planforge-api-contract-reviewer
Analystes en assurance qualité des logiciels et testeurs

Audit API endpoints for backward compatibility, versioning, OpenAPI compliance, pagination, rate limiting, and RFC 9457 error responses.

2026-04-11
planforge-architecture-reviewer
Analystes en assurance qualité des logiciels et testeurs

Review code for architecture violations: layer separation, sync-over-async, missing CancellationToken, improper DI. Use for PR reviews or code audits.

2026-04-11
planforge-bug-fix-tdd
Analystes en assurance qualité des logiciels et testeurs

Fix a bug using TDD: reproduce with a failing test first, then implement the fix, then verify. Prevents regressions.

2026-04-11
planforge-cicd-reviewer
Développeurs de logiciels

Review CI/CD pipelines for best practices: environment promotion, secrets management, rollback strategies, build caching, and deployment safety.

2026-04-11
planforge-compliance-reviewer
Analystes en sécurité de l'information

Audit code for data privacy compliance: PII handling, consent flows, data retention, audit logging, GDPR/CCPA/SOC2 requirements.

2026-04-11
planforge-database-reviewer
Architectes de bases de données

Review SQL queries, migrations, and repositories for injection, N+1 patterns, missing indexes, and naming conventions.

2026-04-11
planforge-dependency-reviewer
Analystes en sécurité de l'information

Audit project dependencies for known vulnerabilities, outdated packages, license conflicts, and supply chain risks.

2026-04-11
planforge-deploy-helper
Développeurs de logiciels

Guide deployments: build containers, run migrations, verify health endpoints. Use when deploying or troubleshooting.

2026-04-11
planforge-error-handling-reviewer
Développeurs de logiciels

Review error handling patterns — exception hierarchy, empty catch blocks, error boundaries, ProblemDetails consistency, retry logic, and user-facing error messages.

2026-04-11
planforge-executor
Développeurs de logiciels

Execute a hardened phase plan slice-by-slice with validation gates, re-anchor checkpoints, and completeness sweeps.

2026-04-11
planforge-multi-tenancy-reviewer
Analystes en assurance qualité des logiciels et testeurs

Audit code for multi-tenancy isolation: data leakage, tenant-scoped queries, RLS, cache separation, and cross-tenant access prevention.

2026-04-11
planforge-new-config
Développeurs de logiciels

Scaffold strongly-typed configuration with IOptions<T>, validation, and environment-specific overrides.

2026-04-11
planforge-new-controller
Développeurs de logiciels

Scaffold a REST API controller with authorization, ProblemDetails error handling, proper HTTP status codes, and CancellationToken.

2026-04-11
planforge-new-dockerfile
Développeurs de logiciels

Scaffold a multi-stage Dockerfile for .NET with optimized layer caching, non-root user, and distroless runtime.

2026-04-11
planforge-new-dto
Développeurs de logiciels

Scaffold request/response DTOs with records, validation attributes, and mapping from domain entities.

2026-04-11
planforge-new-entity
Développeurs de logiciels

Scaffold a new database entity end-to-end: migration SQL, repository, service, DTO, controller, and tests.

2026-04-11
planforge-new-error-types
Développeurs de logiciels

Scaffold custom exception types with HTTP status mapping, problem details, and a global exception handler.

2026-04-11
planforge-new-event-handler
Développeurs de logiciels

Scaffold domain event types, handlers, and a MediatR-based publish/subscribe pipeline.

2026-04-11
planforge-new-graphql-resolver
Développeurs de logiciels

Scaffold a Hot Chocolate GraphQL resolver with query, mutation, subscription, and DataLoader patterns.

2026-04-11
planforge-new-middleware
Développeurs de logiciels

Scaffold ASP.NET Core middleware with request/response pipeline, DI support, structured logging, and proper ordering.

2026-04-11
planforge-new-repository
Architectes de bases de données

Scaffold a repository class with interface, parameterized queries, connection management, and async patterns.

2026-04-11
planforge-new-service
Développeurs de logiciels

Scaffold a new service class with interface, DI registration, structured logging, input validation, and CancellationToken support.

2026-04-11
planforge-new-test
Analystes en assurance qualité des logiciels et testeurs

Scaffold xUnit test classes with Arrange-Act-Assert, mock setup, proper naming conventions, and trait categories.

2026-04-11
planforge-new-worker
Développeurs de logiciels

Scaffold a background worker using BackgroundService with PeriodicTimer, structured logging, graceful shutdown, and health checks.

2026-04-11
planforge-observability-reviewer
Développeurs de logiciels

Audit code for observability gaps: structured logging, distributed tracing, metrics, health checks, and alerting readiness.

2026-04-11
planforge-performance-analyzer
Développeurs de logiciels

Analyze performance issues: N+1 queries, missing caching, sync-over-async, allocation hotspots, missing indexes.

2026-04-11
planforge-plan-hardener
Spécialistes en gestion de projets

Harden a draft phase plan into a drift-proof execution contract with scope contracts, execution slices, and validation gates.

2026-04-11
planforge-project-principles
Spécialistes en gestion de projets

Define your project's non-negotiable principles, commitments, and boundaries

2026-04-11
planforge-reviewer-gate
Analystes en assurance qualité des logiciels et testeurs

Independent read-only audit of completed phase work — scope compliance, drift detection, architecture review, and severity reporting.

2026-04-11
planforge-security-reviewer
Analystes en sécurité de l'information

Audit code for security vulnerabilities: SQL injection, missing authorization, XSS, secret exposure, CORS misconfiguration.

2026-04-11
planforge-shipper
Développeurs de logiciels

Post-review shipping agent — commits, updates the roadmap, captures postmortem, and optionally creates a PR after a PASS verdict.

2026-04-11
planforge-specifier
Spécialistes en gestion de projets

Interview the user to define what and why before any technical planning. Surfaces ambiguities as [NEEDS CLARIFICATION] markers that block hardening.

2026-04-11
planforge-step0-specify-feature
Spécialistes en gestion de projets

Pipeline Step 0 — Specify what you want to build and why, before any technical planning. Surfaces ambiguities early with [NEEDS CLARIFICATION] markers.

2026-04-11
planforge-step1-preflight-check
Développeurs de logiciels

Pipeline Step 1 — Pre-flight checks before plan hardening. Verifies git state, roadmap link, plan file, guardrails, and domain-specific instruction files.

2026-04-11
planforge-step2-harden-plan
Spécialistes en gestion de projets

Pipeline Step 2 — Harden a draft plan into an execution contract with scope contracts, execution slices, validation gates, and TBD resolution.

2026-04-11
planforge-step3-execute-slice
Spécialistes en gestion de projets

Pipeline Step 3 — Execute a hardened plan slice-by-slice with validation gates, re-anchoring, and rollback protocol.

2026-04-11
planforge-step4-completeness-sweep
Analystes en assurance qualité des logiciels et testeurs

Pipeline Step 4 — Completeness sweep to eliminate TODOs, mocks, stubs, and placeholder code before review.

2026-04-11
planforge-step5-review-gate
Analystes en assurance qualité des logiciels et testeurs

Pipeline Step 5 — Independent review gate and drift detection. Run in a fresh agent session (read-only audit).

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