Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
GitHub 저장소

plan-forge-testbed

plan-forge-testbed에는 srnichols에서 수집한 skills 90개가 있으며, 저장소 수준 직업 범위와 사이트 내 skill 상세 페이지를 제공합니다.

수집된 skills
90
Stars
0
업데이트
2026-06-07
Forks
0
직업 범위
직업 카테고리 8개 · 100% 분류됨
저장소 탐색

이 저장소의 skills

code-review
소프트웨어 품질 보증 분석가·테스터

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
웹·디지털 인터페이스 디자이너

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
소프트웨어 품질 보증 분석가·테스터

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

2026-04-11
planforge-architecture-reviewer
소프트웨어 품질 보증 분석가·테스터

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
소프트웨어 품질 보증 분석가·테스터

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
소프트웨어 개발자

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

2026-04-11
planforge-compliance-reviewer
정보 보안 분석가

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

2026-04-11
planforge-database-reviewer
데이터베이스 아키텍트

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

2026-04-11
planforge-dependency-reviewer
정보 보안 분석가

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

2026-04-11
planforge-deploy-helper
소프트웨어 개발자

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

2026-04-11
planforge-error-handling-reviewer
소프트웨어 개발자

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
소프트웨어 개발자

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

2026-04-11
planforge-multi-tenancy-reviewer
소프트웨어 품질 보증 분석가·테스터

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
소프트웨어 개발자

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

2026-04-11
planforge-new-controller
소프트웨어 개발자

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

2026-04-11
planforge-new-dockerfile
소프트웨어 개발자

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

2026-04-11
planforge-new-dto
소프트웨어 개발자

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

2026-04-11
planforge-new-entity
소프트웨어 개발자

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

2026-04-11
planforge-new-error-types
소프트웨어 개발자

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

2026-04-11
planforge-new-event-handler
소프트웨어 개발자

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

2026-04-11
planforge-new-graphql-resolver
소프트웨어 개발자

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

2026-04-11
planforge-new-middleware
소프트웨어 개발자

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

2026-04-11
planforge-new-repository
데이터베이스 아키텍트

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

2026-04-11
planforge-new-service
소프트웨어 개발자

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

2026-04-11
planforge-new-test
소프트웨어 품질 보증 분석가·테스터

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

2026-04-11
planforge-new-worker
소프트웨어 개발자

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

2026-04-11
planforge-observability-reviewer
소프트웨어 개발자

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

2026-04-11
planforge-performance-analyzer
소프트웨어 개발자

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

2026-04-11
planforge-plan-hardener
프로젝트 관리 전문가

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
프로젝트 관리 전문가

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

2026-04-11
planforge-reviewer-gate
소프트웨어 품질 보증 분석가·테스터

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

2026-04-11
planforge-security-reviewer
정보 보안 분석가

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

2026-04-11
planforge-shipper
소프트웨어 개발자

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

2026-04-11
planforge-specifier
프로젝트 관리 전문가

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
프로젝트 관리 전문가

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
소프트웨어 개발자

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
프로젝트 관리 전문가

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
프로젝트 관리 전문가

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
소프트웨어 품질 보증 분석가·테스터

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

2026-04-11
planforge-step5-review-gate
소프트웨어 품질 보증 분석가·테스터

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

2026-04-11
이 저장소에서 수집된 skills 90개 중 상위 40개를 표시합니다.