Command
Fetch and analyze GitHub PR review comments for the current branch using gh CLI.
Command
Fetch and analyze GitHub PR review comments for the current branch using gh CLI.
Command
Commit staged changes with a generated conventional commit message.
Command
Add or improve documentation in Elixir files following best practices.
Command
Extract magic numbers and strings to constants, establishing SSOT (Single Source of Truth).
Command
Identify comments that explain "what" (should be removed) vs "why" (should be kept).
Command
Scan code for DRY/SSOT violations - duplicate values, repeated configuration, and magic numbers.
Command
Suggest a one-line conventional commit message for staged changes.
Command
Generate tests for code using real implementations, avoiding mocks/stubs.
Command
Build read-only context for the current branch from its default-branch diff and linked work.
Command
Command "clean-code" from sadjow/home-manager, covering clean code principles and techniques, fundamental principles, naming conventions, function design and code organization.
Command
This document provides comprehensive instructions for retrieving and managing GitHub pull request comments, reviews, and their resolution status using custom shell commands configured in this home-manager setup.