oocx
- 30 skills
- 0 followers
- 9 hours ago last updated
- ▌ Run Uat · oocxRun User Acceptance Testing by creating a PR with rendered markdown on GitHub or Azure DevOps. Use when validating markdown rendering in real platforms.
- ▌ Context Pack · oocxAssemble the context a role needs without reading whole files - structural search with ast-grep, and what to delegate instead of reading.
- ▌ Run Workflow · oocxDrive a work item through the workflow in auto mode - resolve the next stage, run it, advance state, and stop only at gates.
- ▌ Agent Runtime · oocxOperating conventions shared by every role - delegating, committing, asking, running tests, model tiers, and artifact ownership. Load this before acting as any role.
- ▌ Create Pr Azdo · oocxCreate an Azure DevOps pull request using az devops tooling; include the repo’s linear-history merge preference and ask the Maintainer if merge options differ.
- ▌
- ▌ Authoring Roles · oocxHow to write and validate a role definition - required structure, the tier system, and the line budget.
- ▌ Git Rebase Main · oocxSafely rebase the current feature branch on top of the latest origin/main. Use when preparing a branch for PR, UAT, or release.
- ▌
- ▌ Pre Pr Checklist · oocxMinimum-requirements checklist for any change — code or docs-only. Run this before every PR creation or push to avoid CI failures on the first attempt.
- ▌ Run Dotnet Tests · oocxRun .NET tests correctly using the test-with-timeout.sh wrapper to handle .NET 10 dual test runner modes and prevent test hangs.
- ▌ Website Devtools · oocxUse browser tools to inspect rendering and troubleshoot website issues with the Maintainer.
- ▌ Next Issue Number · oocx bundleDetermine the next available issue number across all change types (feature, fix, workflow, website) by checking both local docs and remote branches, then reserve it by pushing an empty branch.
- ▌ Watch Uat Azdo Pr · oocxWatch an Azure DevOps UAT PR for maintainer feedback or approval by polling threads and reviewer votes until approved/passed.
- ▌ Create Agent Skill · oocxCreate a new Agent Skill following project standards and templates. Use this when you need to encapsulate a new capability or workflow.
- ▌ Arc42 Documentation · oocx bundleCreate comprehensive architecture documentation using the arc42 template structure (12 sections covering introduction, constraints, context, solution strategy, building blocks, runtime, deployment, concepts, decisions, quality, risks, and glossary).
- ▌
- ▌ Update Test Snapshots · oocxRegenerate test snapshot files after intentional markdown output changes. Use after modifying templates or rendering logic.
- ▌ Website Quality Check · oocxRun a lightweight, repeatable quality checklist for the website (including style guide adherence).
- ▌ Website Visual Assets · oocxGenerate website HTML exports and screenshots using the repo's HtmlRenderer and ScreenshotGenerator tools.
- ▌ Retrospective Evidence · oocxWhere to find objective evidence about a completed cycle - work protocol, workflow state, git history and CI.
- ▌ Generate Demo Artifacts · oocxGenerate the comprehensive demo markdown artifacts from the current codebase. Use before UAT to ensure test artifacts reflect the latest code.
- ▌ Update Workflow Diagram · oocxConvert the mermaid diagram in docs/workflow.md to a blueprint-styled SVG for the website. Use when the workflow diagram in agents.md is updated and needs to be reflected on the website.
- ▌ Website Create Examples · oocxCreate and update interactive examples for the Eleventy website using page entrypoints and src/examples fragments.
- ▌ Detect Diagram Crossings · oocx bundleDetect and analyze edge crossings and overlaps in SVG workflow diagrams using geometric intersection algorithms and visual analysis. Use when validating diagram layouts.
- ▌ Merge Conflict Resolution · oocxResolve git merge/rebase conflicts safely without losing intended changes.
- ▌ Flowchart Layout Optimizer · oocx bundleCalculates an optimal, hierarchical, and non-intersecting layout for a flowchart provided as an SVG file using the Sugiyama algorithm (Dagre).
- ▌ Website Accessibility Check · oocxRun a focused accessibility pass for website changes (WCAG 2.1 AA-oriented).
- ▌
- ▌ Generate Release Screenshots · oocxGenerate PNG screenshots for release notes using the repository's HtmlRenderer and ScreenshotGenerator tools. Use when asked to add screenshots to release notes or documentation.