Drafting and managing Architectural Decision Records (ADRs). Use when deciding on new technologies, architectural patterns, or significant project changes to document the rationale and consequences.
Audit and upgrade project dependencies to resolve security vulnerabilities (CVEs) across the monorepo. Use for security alerts or regular dependency maintenance.
Summarize the current branch compared to a target branch (e.g., origin/develop or origin/main). Use for concise overviews of changes, commit history, and file modifications.
Upgrade all dependency versions across the monorepo. Use when the user wants to bump dependency versions (major, minor, or patch) and verify the repository still works after the changes.
Extracting, managing, and translating user-facing strings using next-intl. Use when adding new text to the UI, fixing hardcoded strings, or updating translations across multiple locales.
Generates high-quality summaries of currently staged work using Conventional Commits with a 100-character line limit. Use when the user wants to summarize what is ready to be committed.