Initial commit
This commit is contained in:
7
commands/all-comments.md
Normal file
7
commands/all-comments.md
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
description: Remove obvious and redundant comments from all files
|
||||
---
|
||||
|
||||
🧹 Remove obvious and redundant comments from all files in the codebase.
|
||||
|
||||
@../shared/comment-removal-rules.md
|
||||
9
commands/comments.md
Normal file
9
commands/comments.md
Normal file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
description: Remove obvious and redundant comments from uncommitted changes
|
||||
---
|
||||
|
||||
🧹 Remove obvious and redundant comments from uncommitted code changes.
|
||||
|
||||
📍 Only consider and only edit local code changes that are not yet committed to git.
|
||||
|
||||
@../shared/comment-removal-rules.md
|
||||
25
commands/emoji.md
Normal file
25
commands/emoji.md
Normal file
@@ -0,0 +1,25 @@
|
||||
---
|
||||
argument-hint: file or content to enhance
|
||||
description: Add appropriate emoji to make content more engaging
|
||||
---
|
||||
|
||||
😊 Add appropriate emoji to the content we're working on to make it more engaging and easier to scan.
|
||||
|
||||
$ARGUMENTS
|
||||
|
||||
## 📍 Placement
|
||||
|
||||
- Add emoji at the beginning of headers before the text
|
||||
- Include emoji in lists and navigation elements
|
||||
- Code comments
|
||||
|
||||
## 🔄 Two-pass approach
|
||||
|
||||
1. First pass: Add the most fitting emoji for each element
|
||||
2. Second pass: Replace duplicates with suitable alternatives
|
||||
|
||||
# 🎯 Patterns for consistency
|
||||
|
||||
- Match emoji to content's tone and purpose (🎉 celebrations, 🔧 technical, 📚 documentation)
|
||||
- Use emoji for status indicators (✅ complete, ⏳ in progress, ❌ error, ⚠️ warning)
|
||||
- Establish patterns for consistency (📝 for "Notes", 🔗 for "Links", etc.)
|
||||
Reference in New Issue
Block a user