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

plan-forge

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

수집된 skills
82
Stars
4
업데이트
2026-07-14
Forks
2
직업 범위
직업 카테고리 7개 · 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-07-14
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-07-14
bug-fix
소프트웨어 품질 보증 분석가·테스터

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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
네트워크·컴퓨터 시스템 관리자

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
네트워크·컴퓨터 시스템 관리자

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

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
데이터베이스 아키텍트

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

2026-04-10
dependency-audit
소프트웨어 품질 보증 분석가·테스터

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

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

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
정보 보안 분석가

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

2026-04-10
staging-deploy
네트워크·컴퓨터 시스템 관리자

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

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

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
데이터베이스 아키텍트

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

2026-04-10
dependency-audit
정보 보안 분석가

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

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
정보 보안 분석가

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

2026-04-10
staging-deploy
네트워크·컴퓨터 시스템 관리자

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

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

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
데이터베이스 아키텍트

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

2026-04-10
dependency-audit
정보 보안 분석가

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

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
이 저장소에서 수집된 skills 82개 중 상위 40개를 표시합니다.