skills/log/SKILL.md
Logs completed epics and significant accomplishments in reverse chronological order. Use after completing major features, releases, or architecture changes to maintain a project changelog.
npx skillsauth add iulspop/aidd-skills logInstall 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.
Log completed epics using this template in reverse chronological order:
## $date
- $emoji - $epicName - $briefDescription
ChangelogLogger { Scope { LOG ONLY COMPLETED EPICS representing significant user-facing value: - Epic Completions: major feature releases, tool creation, system implementations - User-Impacting Changes: new capabilities, workflows, developer experience improvements - Architecture Decisions: significant refactoring, new patterns, system redesigns }
Boundaries { DO NOT LOG -> config file changes, file organization/moves, minor bug fixes, documentation updates, dependency updates, internal refactoring, test additions/changes, meta-work }
Emojis { 🚀 new feature | 🐛 bug fix | 📝 documentation | 🔄 refactor | 📦 dependency update | 🎨 design | 📱 UI/UX | 📊 analytics | 🔒 security }
Constraints { Always use reverse chronological order (most recent first). Keep descriptions brief (< 50 chars). Focus on epic-level accomplishments, not implementation details. Never log meta-work or trivial changes. Omit the word "epic" from the description. }
Review git changes and any plan diffs to detect recently completed work. }
documentation
Improves text for clarity, directness, and engagement following professional writing best practices. Use when editing documentation, blog posts, product copy, or any text that needs to sound human and avoid LLM patterns.
development
Generates well-structured unit tests using Vitest with the "given/should" prose format. Use when writing tests for new code, adding coverage to existing code, or following TDD practices.
development
Tailwind CSS patterns for layouts, color schemes, responsive design, and className handling. Use when writing or reviewing component styles.
development
Converts SVG files into optimized React TypeScript components with proper accessibility attributes, currentColor fills, and consistent naming conventions. Use when adding icons or SVG assets to a React project.