Skip to main content
تشغيل أي مهارة في Manus
بنقرة واحدة
srnichols
ملف منشئ GitHub

srnichols

عرض على مستوى المستودعات لـ 186 skills مجمعة عبر 3 مستودعات GitHub.

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
عرض أهم 8 من أصل 90 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
عرض أهم 8 من أصل 82 skills مجمعة في هذا المستودع.
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
عرض أهم 8 من أصل 14 skills مجمعة في هذا المستودع.
عرض 3 من أصل 3 مستودعات
تم تحميل كل المستودعات