Back to authors
Morriz

Morriz

6 Skills published on GitHub.

next-code-reviewer

Review code for adherence to project guidelines, style guides, and best practices. Use after writing or modifying code, before committing changes or creating pull requests.

code-reviewbest-practicesstandards-compliancepre-commitcode-quality
reviewView skill →

next-code-simplifier

Simplify code for clarity, consistency, and maintainability while preserving all functionality. Use after completing a coding task or after passing code review to polish the implementation.

refactoringcode-cleanupcode-quality
maintenanceView skill →

next-comment-analyzer

Analyze code comments for accuracy, completeness, and long-term maintainability. Use after adding documentation, before finalizing PRs with comment changes, or when reviewing existing comments for technical debt.

commentstechnical-debtcode-smellreview-checkpoints
code-intelligenceView skill →

next-type-design-analyzer

Analyze type design quality and invariants. Use when introducing new types, during PR creation with data models, or when refactoring type designs.

type-definitionscode-qualitydata-modelingpull-requests
code-intelligenceView skill →

next-test-analyzer

Review test coverage quality and completeness. Use after creating a PR or adding new functionality to ensure tests adequately cover new code and edge cases.

test-coveragepull-requeststest-qualityedge-case-testing
testingView skill →

next-silent-failure-hunter

Identify silent failures, inadequate error handling, and inappropriate fallback behavior. Use when reviewing code with error handling, catch blocks, or fallback logic.

error-handlingcatch-blocksfallback-mechanismscode-qualitysilent-failures
reviewView skill →