Skill Details
Runtime
(claude-4-5-sonnet)
Example user message
[userMessage]: Write a commit message: fixed the bug where users with expired tokens were getting a blank screen instead of being redirected to the login page
Example agent response
Agent output:
---
COMMIT MESSAGE
fix(auth): redirect users with expired tokens to login instead of blank screen
When a token expiration error was returned from the API, the error
boundary was swallowing the 401 response without triggering a
redirect. Users would land on a blank screen with no recovery path
short of manually navigating to /login or clearing their session.
Now checks for 401/token-expired responses at the API client level
and calls the auth redirect handler before the error propagates to
the UI layer.
---
TYPE REASONING
This is fix because it corrects existing behavior that was broken — users experiencing a blank screen on token expiration is a bug, not a missing feature.
SCOPE REASONING
auth is the right scope because the failure point and the fix both live in the authentication and session management layer, not in a specific page or component.
SUBJECT LINE CHECK
Character count: 67
Imperative mood: YES
Specific enough to debug with: YES
---
By downloading this skill, you agree to our terms of service
CLAUDE-4-5-SONNET
Your agent writes git commit messages like a senior engineer who has debugged production incidents using git log alone.
Every commit follows Conventional Commits — specific subject line, body explaining why not how, footers for issue references and breaking changes.
Includes type reasoning, scope reasoning, and a built-in subject line quality check with character count.
Free. Works with Claude Code, Cursor, and Codex CLI. Install in 30 seconds.
...more
Added 5 days ago
