← all publishers

suleymanbyzt

@suleymanbyzt source repo

9 published skills

  1. Bug Fix · suleymanbyzt
    Use when investigating or fixing a bug, error, crash, regression, or unexpected behavior. Enforces reproduce-first, evidence-based root cause analysis, and a regression test before the fix.
    0
    installs
  2. Code Review · suleymanbyzt
    Use when reviewing code you did not write in this task — a pull request, a teammate's branch, a diff, or another agent's output. Enforces risk-ordered reading, evidence-backed findings, and severity triage instead of a comment flood.
    0
    installs
  3. Verify Work · suleymanbyzt
    Use before claiming any task is done, complete, or fixed. A final verification pass that catches unverified claims, unintended changes, and leftover debris before reporting to the user.
    0
    installs
  4. Safe Refactor · suleymanbyzt
    Use when restructuring, cleaning up, or reorganizing existing code without changing its behavior. Enforces a test safety net before touching anything and proof that behavior was preserved.
    0
    installs
  5. Record Decision · suleymanbyzt
    Use when a real architectural or structural decision is made — choosing between approaches, adopting or rejecting a technology, changing a contract, or any L3 task. Records the decision, the reasons, and the rejected alternatives in docs/decisions/.
    0
    installs
  6. Integration Brief · suleymanbyzt
    Use after changing an API endpoint, contract, event, or message schema that another person or team will integrate with. Produces a short brief the integrating developer (frontend, mobile, another service) can implement from directly.
    0
    installs
  7. Dependency Upgrade · suleymanbyzt
    Use when upgrading, adding, or removing a dependency, package, library, or framework version. Enforces reading release notes before bumping, mapping breaking changes to actual call sites, and proving the upgrade with a green suite — "it compiles" is not "it works".
    0
    installs
  8. Feature Development · suleymanbyzt
    Use when implementing a new feature or extending existing functionality. Covers understanding the request, proposing a short plan, getting approval, implementing with tests, and recording the work.
    0
    installs
  9. Performance Investigation · suleymanbyzt
    Use when investigating slowness, high resource usage, timeouts, or any optimization request. Enforces measure-first performance work — profile, prove the bottleneck, fix, measure again. No optimization based on guesses.
    0
    installs