Initial commit
Some checks failed
CI / validate (push) Has been cancelled

This commit is contained in:
Zhongwei Li
2025-11-30 08:45:26 +08:00
commit 1769b9d042
26 changed files with 3707 additions and 0 deletions

57
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@@ -0,0 +1,57 @@
---
name: Bug Report
about: Report a bug or issue with the skill
title: '[BUG] '
labels: bug
assignees: ''
---
## Bug Description
A clear and concise description of what the bug is.
## To Reproduce
Steps to reproduce the behavior:
1. Set up skill with '...'
2. Ask Claude to '...'
3. Observe that '...'
## Expected Behavior
A clear description of what you expected to happen.
## Actual Behavior
What actually happened.
## Screenshots or Output
If applicable, add screenshots or paste the output to help explain the problem.
```
[Paste output here]
```
## Environment
- Claude Code Version: [e.g., CLI 1.0, Desktop 2.1]
- Operating System: [e.g., macOS 14, Windows 11, Ubuntu 22.04]
- Skill Version: [e.g., 1.0.0]
- Installation Method: [GitHub connector, manual, etc.]
## PICT Model (if applicable)
If the issue is with a specific PICT model, paste it here:
```
[Paste PICT model here]
```
## Additional Context
Add any other context about the problem here.
## Possible Solution (optional)
If you have suggestions for fixing the bug, please share them here.