Skip to main content

Skills in this repository

liauw-media/CodeAssist - Page 2

SkillsMP has collected 59 skills from liauw-media/CodeAssist. Open a skill to review its source and details.

liauw-media/CodeAssist

Showing 19 of 59 collected skills.

occupation
Software Developers
description

Use when making commits, creating branches, or managing Git operations. Ensures consistent Git practices and proper commit messages.

updated
occupation
Software Developers
description

Use when symptoms don't reveal the cause. Trace backward through call chains to find where problems originate. Follow: Observe symptom → Find immediate cause → Identify caller → Keep tracing → Locate trigger.

updated
occupation
Software Developers
description

Use when contributing skills back to the community. Follow git workflow: sync upstream → create branch → develop skill → test with writing-skills → commit → push → PR. One skill per PR.

updated
occupation
Software Quality Assurance Analysts & Testers
description

Use to validate process documentation. Apply TDD to skill writing: RED (run without skill, document failures) → GREEN (write skill) → REFACTOR (close loopholes). Test under pressure: time constraints, sunk cost, exhaustion, authority.

updated
occupation
Software Developers
description

Use when creating reusable process documentation. Apply TDD: baseline without skill → document failures → write skill → test → iterate. Four types: Discipline, Technique, Pattern, Reference. Iron Law: No skill without failing test first.

updated
occupation
Software Quality Assurance Analysts & Testers
description

Use to avoid critical testing mistakes. Five Iron Laws: Never test mock behavior, Never add test-only methods, Never mock without understanding, Always integration test, Always test error paths.

updated
occupation
Software Developers
description

Use when decomposing complex work. Dispatch fresh subagent per task, review between tasks. Flow: Load plan → Dispatch task → Review output → Apply feedback → Mark complete → Next task. No skipping reviews, no parallel dispatch.

updated
occupation
Software Developers
description

Use when processing code review feedback. Technical evaluation of feedback, verify before implementing. No performative agreement or gratitude.

updated
occupation
Software Quality Assurance Analysts & Testers
description

Use when completing tasks or major features. Know when and how to request reviews. Provides git commit range to code-reviewer agent.

updated
occupation
Software Developers
description

Use when implementing validation or safety checks. Multi-layer validation approach prevents bugs through redundant safeguards. Makes bugs structurally impossible.

updated
occupation
Software Quality Assurance Analysts & Testers
description

Use when tests fail intermittently. Replace arbitrary timeouts with condition polling. Eliminates flaky tests caused by timing assumptions.

updated
occupation
Computer & Information Systems Managers
description

Use when starting new features, major changes, or unclear requirements. Establishes shared understanding before implementation.

updated
occupation
Software Developers
description

Use when implementing a multi-step plan. Execute systematically with verification checkpoints to catch errors early.

updated
occupation
Software Developers
description

Use after brainstorming, before implementation. Breaks work into discrete, actionable tasks with clear verification points.

updated
occupation
Software Developers
description

Use when encountering bugs or unexpected behavior. Methodical approach to identify root cause: Reproduce → Isolate → Identify → Fix → Verify.

updated
occupation
Software Quality Assurance Analysts & Testers
description

Use when adding features or fixing bugs. Follow RED/GREEN/REFACTOR cycle. Write failing test first, implement minimal code to pass, then refactor.

updated
occupation
Computer & Information Systems Managers
description

Use when multiple independent tasks can run simultaneously. Enables efficient parallel work execution with specialized agents.

updated
occupation
Software Developers
description

Use when ready to merge feature branch. Complete checklist before creating PR/MR. Ensures professional quality and prevents embarrassing mistakes.

updated
occupation
Software Developers
description

Use when working on multiple features simultaneously. Creates isolated workspaces without branch switching, enabling parallel development.

updated
Showing 19 of 59 collected skills.