win 版 Alma 重复调用 Skill 无法停止

新增一个 skill 后,手动勾选对应技能,如图一直重复调用不会停止


SKILL.md 内容如下

```

---
name: git-commit-message-writer
version: 1.0
description: Generate professional - quality git commit messages following conventional commits standards.
---
# Git Commit Message Writer Skill
## Purpose
This skill helps generate clear, concise, and standardized git commit messages based on the [Conventional Commits](https://www.conventionalcommits.org/) specification.
Must return the git commit message only without any other text. 
## Usage
When the user asks for help with writing a git commit message (e.g., "Generate a git commit message for this change: [describe the change]") or mentions git - commit - message - writer, the skill will be activated.
## How It Works
1. Analyze the Change: The skill will first try to understand the nature of the change (e.g., fix, feat, docs, etc.).
2. Generate Prefix: Based on the change type, generate the appropriate prefix (e.g., fix:feat:docs:).
3. Summarize the Change: Create a short, descriptive summary of the change.
4. Add Optional Details: If provided, include additional details (e.g., breaking changes, issue references).
## Example
User Input: "I fixed a bug in the login form where passwords were not being hashed correctly."
Skill Output: fix: correct password hashing in login form
## Reference
- [Conventional Commits Specification](https://www.conventionalcommits.org/)
## Development Notes
- This is a basic implementation. Future versions could support more complex scenarios (e.g., multiple change types in one commit).
- Error handling for cases where the change type is not clear could be added.

```

Please authenticate to join the conversation.

Upvoters
Status

In Review

Board
🐛

Bug Reports

Date

2 months ago

Author

kento

Subscribe to post

Get notified by email when there are changes.