Skip to main content
drmoisan
GitHub creator profile

drmoisan

Repository-level view of 183 collected skills across 6 GitHub repositories.

skills collected
183
repositories
6
updated
Aug 17, 2026
repository explorer

Repositories and representative skills

parallel-add
software-developers

Admit one new item into a running parallel run — preparation via a preparation-mode child orchestrator run, conflict-edge computation against all items including in-flight ones, and the admission decision that either places the item in the current cohort or…

Aug 17, 2026
parallel-orchestrate
software-developers

Execute a prepared parallel run for the parallel-orchestrator agent — cohort scheduling under a max_concurrency cap, per-item fan-out onto isolated worktrees branched from origin/main, per-item merge to main after durably confirming CI green, worktree…

Aug 17, 2026
parallel-plan
software-developers

Prepare a set of thematically unrelated items for concurrent execution before any execution begins - item intake over issue numbers and potential-entry paths, concurrent preparation-mode child orchestrator delegations, blast-radius computation and V1-V3…

Aug 17, 2026
parallel-remove
software-developers

Remove one item from a running parallel run per the state-dependent removal behavior table — withdraw and recolor for an unstarted item, detach or abandon for an in-flight item, reject for a merged item. No default disposition is ever inferred. The abandon…

Aug 17, 2026
general-unit-test
software-quality-assurance-analysts-and-testers

Cross-language unit test policy for all files.

Aug 17, 2026
quality-tiers
software-quality-assurance-analysts-and-testers

Module rigor tier system and uniform coverage thresholds.

Aug 17, 2026
feature-review-workflow
software-quality-assurance-analysts-and-testers

Feature-branch review workflow for base-branch resolution, PR-context refresh, active feature folder selection, review artifact generation, validator gates, acceptance-criteria check-off, and remediation triggers. Use when authoring or executing PR-style…

Aug 17, 2026
powershell-qa-gate
software-quality-assurance-analysts-and-testers

Final QA gate for PowerShell changes. Executes the full PoshQC format -> analyze -> test toolchain (with coverage where enforced), compares against a captured baseline, enforces zero-regression deltas, and produces the required reporting block before the…

Aug 17, 2026
Showing 8 of 125 collected skills.
atomic-plan-contract
software-developers

Atomic plan format and toolchain contract shared by planning and execution agents. Use when generating, validating, or executing atomic plans with Phase 0, baseline capture, and final QA loops.

May 1, 2026
csharp-qa-gate
software-quality-assurance-analysts-and-testers

Final QA gate for C# changes. Executes the full CSharpier -> .NET Analyzers -> Nullable Analysis -> MSTest toolchain, compares against a captured baseline, enforces zero-regression deltas, and produces the required reporting block before the agent declares…

May 1, 2026
evidence-and-timestamp-conventions
software-quality-assurance-analysts-and-testers

Evidence storage and timestamp naming conventions for audits and remediation. Use when storing baseline/regression/QA evidence or naming audit artifacts with ISO-8601 timestamps.

May 1, 2026
execute-hard-lock
software-developers

Place the session in atomic execution mode bound to a specific plan-of-record. Resolves the hard-lock prompt via the drmCopilotExtension MCP tool, then delegates to the atomic-executor subagent with the resolved text. Use when a caller provides ${plan-path}…

May 1, 2026
feature-promotion-lifecycle
software-developers

Deterministic promotion workflow from potential feature/bug entry to issue, branch, active feature folder, and downstream spec/research handoffs. Agent sessions must use the drmCopilotExtension MCP tool surface and record raw promotion receipts under the…

May 1, 2026
feature-review-workflow
software-quality-assurance-analysts-and-testers

Feature-branch review workflow for base-branch resolution, PR-context refresh, active feature folder selection, review artifact generation, validator gates, acceptance-criteria check-off, and remediation triggers. Use when authoring or executing PR-style…

May 1, 2026
orchestrate
software-developers

Route a repository request through the deterministic orchestration workflow for feature, bug, research, planning, execution, and review handoffs.

May 1, 2026
policy-audit-template-usage
software-quality-assurance-analysts-and-testers

Policy audit template usage and output requirements. Use when creating policy-audit.<timestamp>.md artifacts from the repo templates.

May 1, 2026
Showing 8 of 19 collected skills.
csharp-qa-gate
software-quality-assurance-analysts-and-testers

Final QA gate for C# changes. Executes the full CSharpier -> .NET Analyzers -> Nullable Analysis -> MSTest toolchain, compares against a captured baseline, enforces zero-regression deltas, and produces the required reporting block before the agent declares…

Aug 15, 2026
parallel-add
computer-occupations-all-other

Admit one new item into a running parallel run — preparation via a preparation-mode child orchestrator run, conflict-edge computation against all items including in-flight ones, and the admission decision that either places the item in the current cohort or…

Aug 11, 2026
parallel-orchestrate
computer-occupations-all-other

Execute a prepared parallel run for the parallel-orchestrator agent — cohort scheduling under a max_concurrency cap, per-item fan-out onto isolated worktrees branched from origin/main, per-item merge to main after durably confirming CI green, worktree…

Aug 11, 2026
parallel-plan
computer-occupations-all-other

Prepare a set of thematically unrelated items for concurrent execution before any execution begins - item intake over issue numbers and potential-entry paths, concurrent preparation-mode child orchestrator delegations, blast-radius computation and V1-V3…

Aug 11, 2026
parallel-remove
software-developers

Remove one item from a running parallel run per the state-dependent removal behavior table — withdraw and recolor for an unstarted item, detach or abandon for an in-flight item, reject for a merged item. No default disposition is ever inferred. The abandon…

Aug 10, 2026
csharp-qa-gate
software-quality-assurance-analysts-and-testers

Final QA gate for C# changes. Executes the full CSharpier -> .NET Analyzers -> Nullable Analysis -> MSTest toolchain, compares against a captured baseline, enforces zero-regression deltas, and produces the required reporting block before the agent declares…

Jul 6, 2026
csharp
software-developers

C#-specific toolchain and coding standards.

Jul 6, 2026
feature-promotion-lifecycle
computer-occupations-all-other

Deterministic promotion workflow from potential feature/bug entry to issue, branch, active feature folder, and downstream spec/research handoffs. Agent sessions must use the drm-copilot MCP tool surface and record raw promotion receipts under the canonical…

Jun 26, 2026
Showing 8 of 17 collected skills.
epic-run
computer-occupations-all-other

Execute a previously planned epic by replaying the committed epic-kickoff artifact through the epic-orchestrator agent. Use after /epic-plan has prepared the epic (issues, folders, research, specs, atomic plans, preflight clearance) and the user is ready to…

Jul 11, 2026
feature-review-workflow
software-quality-assurance-analysts-and-testers

Feature-branch review workflow for base-branch resolution, PR-context refresh, active feature folder selection, review artifact generation, validator gates, acceptance-criteria check-off, and remediation triggers. Use when authoring or executing PR-style…

Jun 8, 2026
pr-base-branch-merge-base
software-developers

Resolve PRBaseBranch for VS Code command: `drm-copilot: Collect PR Context` (command ID: `drmCopilotExtension.collectPrContext`) using merge-base ancestry. Use when orchestrators or review workflows need the correct comparison base branch and must select the…

Jun 8, 2026
mailbridge-admin
software-developers

Read Outlook inbox, meeting requests, and calendar from the OpenClaw HostAdapter HTTP API.

Apr 23, 2026
feature-review
software-quality-assurance-analysts-and-testers

Review a feature branch relative to a base branch and write audit artifacts into the active feature folder. Use when Codex must produce policy, code, and feature audits and trigger remediation planning when needed.

Apr 12, 2026
csharp-change-budget-router
software-developers

Budget-first routing contract for C# work: estimate production-file scope, choose small vs large path, enforce orchestration-first routing for larger changes, and use the VS Code extension command surface for promotion lifecycle steps when available.

Apr 12, 2026
csharp-orchestration-state-machine
software-developers

Checkpoint schema and resume protocol for long-running C# orchestration workflows.

Apr 12, 2026
feature-promotion-lifecycle
software-developers

Deterministic promotion workflow from potential feature/bug entry to issue, branch, active feature folder, and downstream spec/research handoffs. Prefer VS Code extension command execution when extension tools are available; use underlying scripts only as…

Apr 12, 2026
Showing 8 of 13 collected skills.
Showing 6 of 6 repositories
All repositories loaded