Initial upload: Local LLM Prompt Manager CLI tool
Some checks failed
CI / test (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / build (push) Has been cancelled

This commit is contained in:
2026-02-05 20:56:22 +00:00
parent 5be096b13f
commit 71e86e3a27

View File

@@ -0,0 +1,25 @@
name: refactor-code
description: Refactor code for better performance and readability
tags: [refactoring, optimization, code-quality]
variables:
- name: code
description: The code to refactor
required: true
- name: goal
description: Refactoring goal (performance, readability, both)
required: false
default: both
template: |
Refactor the following code for {{ goal }}:
```python
{{ code }}
```
Explain the changes made:
1. What was changed
2. Why it improves the code
3. Any trade-offs
provider: ollama
model: llama3.2