.config/claude/skills/logging/SKILL.md
Review code for logging quality or add proper logging to code. Use when asked to "add logging", "review logging", "improve logs", "ログ追加", "ログレビュー", "ログ改善", "ログ実装". Also use when the user wants to replace print/console.log with proper logging, improve observability or debuggability, add error context for troubleshooting, or asks about logging best practices. Trigger phrases include "print文を置き換え", "エラーログ", "デバッグログ", "トラブルシュート", "observability", "ログ設計".
npx skillsauth add kokatsu/dotfiles loggingInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
Review or implement proper application logging based on established guidelines.
Respond to the user in the same language they use.
/logging [file path, directory, or description]
$ARGUMENTS: File path, directory, or description of the analysis target (optional)
${CLAUDE_SKILL_DIR}/guidelines.md$ARGUMENTSReport findings as a table:
| File:Line | Severity | Issue | Recommendation |
|---|---|---|---|
| auth.py:42 | HIGH | Password logged in plain text | Remove password from log fields |
development
Apply UX psychology principles when building UI components, forms, pricing pages, onboarding flows, checkout experiences, modals, or any user-facing interface. Use when designing CTAs, implementing progress indicators, creating loading states, improving user engagement, or reviewing UI for psychological effectiveness.
development
Guide TDD workflow with Red-Green-Refactor cycle. Use when the user asks to "write tests first", "TDD", "test-driven", "テスト駆動", "TDDで実装", "テストファースト".
development
Deep-read a codebase area and write findings to research.md. Use for thorough investigation before planning.
development
Create a detailed implementation plan in plan.md. Never implements code. Use after /research or when planning a feature.