Skip to main content
在 Manus 中运行任何 Skill
一键导入
GitHub 仓库

plan-forge-testbed

plan-forge-testbed 收录了来自 srnichols 的 90 个 skills,并提供仓库级职业覆盖和站内 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
当前展示该仓库 Top 40 / 90 个已收集 skills。