Skip to main content
Run any Skill in Manus
with one click
DIGI-UW
GitHub creator profile

DIGI-UW

Repository-level view of 14 collected skills across 4 GitHub repositories.

skills collected
14
repositories
4
updated
2026-07-12
repository explorer

Repositories and representative skills

simplicity-review
software-quality-assurance-analysts-and-testers

Review a change for over-engineering and bloat — speculative generality, gold-plating, dead code, needless indirection, premature optimization, wrong abstractions — and propose the simplest version that still meets the spec and passes the tests. Use before opening a PR, and when auditing an AI-generated diff that feels larger than the problem. The mirror of meaningful-test-coverage: that fights too little verification, this fights too much code.

2026-06-18
commit-pr-hygiene
software-developers

Apply disciplined commit and pull-request hygiene before pushing — format with the repo's own tooling (and defeat stale formatter caches), write timeless code comments (no dev-path narration), keep commit messages conventional and trailer- clean, and draft any outward PR comment/review for human approval before posting. Use before every commit and before opening or commenting on a PR.

2026-06-18
cross-repo-companion-pr
software-developers

Manage a change that spans a primary code repo and a companion config/distro/data repo as paired pull requests — keeping them backward-compatible, cross-linked, and safe to merge independently. Use when a feature needs both a code change (new field/loader/behavior) AND a configuration/catalog/deployment change that lives in a separate repo, so neither PR is broken or confusing on its own.

2026-06-18
evidence-bundle
software-quality-assurance-analysts-and-testers

Turn a Playwright (or similar) E2E run into a structured, shareable proof — screenshots + MP4 videos + a narrated report — and draft the PR-comment and Slack message to surface it. Use after recording a demo/E2E run (e.g. a `core-demo-video` Playwright project) when you need to show a reviewer or stakeholder what a feature does and that it works, without polluting the repo with binaries. Pairs the deterministic bundler script with an LLM-written narrative. Drafts only — the human posts.

2026-06-18
meaningful-test-coverage
software-quality-assurance-analysts-and-testers

Author thorough, no-theater tests across every layer a change touches — via a multi-agent workflow that designs the RIGHT-level test per layer, adversarially verifies each for test theater / over-mocking, then implements and runs the survivors. Use after a substantive multi-layer change (data/schema + query + service + frontend) when you want coverage that actually catches the bug, not green-theater. Enforces the inversion test and level-correctness (data/query → integration, pure logic → unit, rendering → component, story → E2E).

2026-06-18
spec-code-alignment
software-developers

Verify that spec/design artifacts match the shipped code, catalog the drift, and remediate the lagging side — grounding every claim in the canonical source, not in what the spec says it should be. Use in spec-driven repos (SpecKit or similar) after implementation, before a PR or a review, when code and specs may have diverged. Read-only analysis first; remediate only the drift, only with approval.

2026-06-18
openelis-design
software-developers

Expert assistant for designing features in OpenELIS Global, an open-source laboratory information management system (LIMS). Use this skill whenever the user asks to design, specify, mockup, or document any feature for OpenELIS Global — including new modules, admin configuration pages, workflow improvements, analyzer integrations, or clinical data views. Also triggers for Jira story creation, FRS documents, React/Carbon mockups, or any request involving lab informatics design for OpenELIS. If the user mentions lab workflows, LIMS features, clinical lab software, or says anything about "OpenELIS", use this skill immediately. Also use for design critique, crosswalk analysis, harmonization reviews, or when the user asks to review, improve, or validate an existing mockup or spec.

2026-07-01
openelis-user-manual
desktop-publishers-439031

Author an OpenELIS Global user-manual entry (Word doc, Confluence-bound) for a feature or workflow, with an overview, numbered steps, and real cropped screenshots. Use whenever Casey wants to write/draft/update a user manual page, document a feature or workflow for the manual, or produce a how-to for OpenELIS. Captures media via the openelis-screenshots skill and builds the document with the docx skill. Hard rule: document only what is actually BUILT and verified on a live instance — never spec-only behavior.

2026-06-30
openelis-screenshots
software-quality-assurance-analysts-and-testers

Capture real screenshots and screen-recordings of a live OpenELIS Global instance for the user manual, the website, release notes, or design reviews. Use whenever Casey asks for OpenELIS screenshots, to capture or grab a screen or page, screenshots for the website, or to record a walkthrough or refresh the docs-capture media. The harness is a Playwright project on Casey's Mac (the sandbox cannot launch a browser); drive it via the Control-your-Mac connector.

2026-06-24
openelis-test-catalog-qa
software-quality-assurance-analysts-and-testers

Automated QA testing skill for OpenELIS Global — drives a live instance to execute test suites and produce a maturity-rated pass/fail report with Jira tickets. Broad coverage (100+ suites across Orders, Validation, Results, Patient, Dashboard, Admin pages, all Reports, Referrals, Workplan, FHIR, i18n, Accessibility, Pathology, Analyzers, EQA, Alerts, Storage, Batch Entry, Barcode) plus DEEP interaction suites, cross-module Chains, role Personas, dashboard reconciliation, security (CSRF/XSS/SQLi), and WCAG checks. Runs interactively via Claude in Chrome and/or via a Playwright harness. Use whenever the user wants to QA-test, regression-test, smoke-test, or audit an OpenELIS Global instance, or file QA bug tickets.

2026-06-24
analyzer-mapping-spec
software-developers

Build OpenELIS Global analyzer integration specifications. Use this skill whenever a user mentions an analyzer, instrument, LIS integration, ASTM, HL7, MLLP, CSV flat file, or anything related to connecting laboratory equipment to OpenELIS. Always trigger this skill when asked to write a spec, mapping doc, integration spec, companion guide, or Jira story for any lab analyzer or instrument. Also trigger when the user wants to update the Analyzer Integration Tracker on Confluence. This skill covers the full workflow: instrument classification, protocol identification, spec authoring, companion setup guide, Jira story creation, and Confluence tracker update. Protocol/field-mapping is owned here; analyzer UI design defers to the openelis-design skill.

2026-06-18
Showing 4 of 4 repositories
All repositories loaded