Files
claude-code-skills-reference/.github/ISSUE_TEMPLATE/feature_request.md
daymade d9e1967689 feat(doc-to-markdown): CJK bold spacing, JSON pretty-print, 31 tests, full rename cleanup
- Add CJK bold spacing fix: insert spaces around **bold** spans containing
  CJK characters for correct rendering (handles emoji adjacency, already-spaced)
- Add JSON pretty-print: auto-format JSON code blocks with 2-space indent
- Add 31 unit tests covering all post-processing functions
- Fix pandoc simple table detection (1-space column gaps)
- Fix image path double-nesting when --assets-dir ends with 'media'
- Rename all markdown-tools references across 15 files (README, QUICKSTART,
  marketplace.json, CLAUDE.md, meeting-minutes-taker, GitHub templates)
- Add 5-tool benchmark report (Docling/MarkItDown/Pandoc/Mammoth/ours)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-23 03:18:37 +08:00

83 lines
1.6 KiB
Markdown

---
name: Feature Request
about: Suggest a new feature or skill
title: '[FEATURE] '
labels: enhancement
assignees: ''
---
## Feature Type
- [ ] New skill suggestion
- [ ] Enhancement to existing skill
- [ ] Improvement to documentation
- [ ] New installation script feature
- [ ] Other
## Related Skill (if applicable)
Which skill would this enhance?
- [ ] skill-creator
- [ ] github-ops
- [ ] doc-to-markdown
- [ ] mermaid-tools
- [ ] statusline-generator
- [ ] teams-channel-post-writer
- [ ] repomix-unmixer
- [ ] llm-icon-finder
- [ ] Marketplace infrastructure
- [ ] N/A - This is a new skill
## Problem Statement
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
## Proposed Solution
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
## Use Cases
**When would this feature be used?**
Describe specific scenarios where this feature would be helpful:
1. Use case 1...
2. Use case 2...
3. Use case 3...
## Alternatives Considered
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
## Example Usage
If this is a new skill or command, show what the user interaction would look like:
```bash
# Example commands or workflow
```
## Benefits
Why would this benefit the Claude Code community?
- Benefit 1...
- Benefit 2...
- Benefit 3...
## Implementation Ideas
(Optional) Any thoughts on how this could be implemented?
## Additional Context
Add any other context, screenshots, or mockups about the feature request here.