Skip to main content
Manus에서 모든 스킬 실행
원클릭으로
srnichols
GitHub 제작자 프로필

srnichols

3개 GitHub 저장소에서 수집된 186개 skills를 저장소 단위로 보여줍니다.

수집된 skills
186
저장소
3
업데이트
2026-07-14
저장소 탐색

저장소와 대표 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
이 저장소에서 수집된 skills 90개 중 상위 8개를 표시합니다.
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
이 저장소에서 수집된 skills 82개 중 상위 8개를 표시합니다.
api-doc-gen
소프트웨어 개발자

Generate or update OpenAPI specification from TypeScript/Express route definitions. Validate spec-to-code consistency. Use after adding or changing API endpoints.

2026-06-16
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-06-16
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-16
database-migration
데이터베이스 아키텍트

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

2026-06-16
dependency-audit
소프트웨어 개발자

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

2026-06-16
forge-execute
기타 컴퓨터 관련 직업

Guided plan execution — list available plans, estimate cost, choose mode, and execute with live progress. Use when you want to run a hardened plan through the orchestrator.

2026-06-16
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-06-16
forge-troubleshoot
기타 컴퓨터 관련 직업

Diagnose and resolve Plan Forge issues — failed runs, broken validation gates, misconfigured environments, stalled slices, and orchestrator errors. Use when a plan run fails or the forge behaves unexpectedly.

2026-06-16
이 저장소에서 수집된 skills 14개 중 상위 8개를 표시합니다.
저장소 3개 중 3개 표시
모든 저장소를 표시했습니다