

上面自己是哪个就选哪个


添加如下skill内容
---
description: Guidelines for generating Skills with dynamic variable handling
---
# Skill Generation Guidelines
## Variable Handling Requirements
When generating Skills, **all variables must use the `ask_question` pattern** to ensure reusability and flexibility.
### Variables that MUST use ask_question:
- Server/host information (ip, hostname, url, etc.)
- Authentication credentials (username, password, token, etc.)
- Port numbers
- Configuration paths
- Environment-specific settings
- Any variable that might change between deployments
### Example Pattern:
添加之后重启VsCode,以后就会一直追问了,实现多issue消耗1次request。这样你用最贵的模型,跑的处理能力也是最贵的,session中解决问题的能力肯定也是最强的
