Files
claude-howto/openspec/changes/update-slash-commands-readme/tasks.md
Luong NGUYEN 0fcac18357 docs: Add blog post and new slash commands for development workflow
- Add blog post: 4 Essential Slash Commands I Use in Every Project
- Add new slash commands: /doc-refactor, /setup-ci-cd, /unit-test-expand
- Update slash-commands README with comprehensive documentation
- Simplify /push-all command structure
- Archive add-blog-post-slash-commands change
- Add blog-post spec and pending openspec changes
2025-12-26 11:02:19 +01:00

8 lines
520 B
Markdown

## 1. Implementation
- [x] 1.1 Update `/push-all` section in README to reflect enhanced safety checks (API key validation, confirmation workflow, detailed error handling)
- [x] 1.2 Add `/doc-refactor` section documenting the documentation restructuring command
- [x] 1.3 Add `/setup-ci-cd` section documenting the CI/CD pipeline setup command
- [x] 1.4 Add `/unit-test-expand` section documenting the test coverage expansion command
- [x] 1.5 Update section heading to reflect 8 available commands (was 4, added 4 new)