mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-07-15 12:30:32 -07:00
feat: add generic_processor.py for general backlog analysis tasks
This commit is contained in:
@@ -46,6 +46,21 @@ python3 validate_effort.py
|
||||
python3 generate_bugs_csv.py
|
||||
```
|
||||
|
||||
### 5. Generic Issue Processing
|
||||
|
||||
For any other backlog task (e.g., categorizing features, updating labels, or
|
||||
custom analysis), use the `generic_processor.py`. This script allows you to
|
||||
provide a custom system prompt and a project root for codebase context.
|
||||
|
||||
```bash
|
||||
python3 generic_processor.py \
|
||||
--api-key "YOUR_KEY" \
|
||||
--input data/features.json \
|
||||
--output data/features_analyzed.json \
|
||||
--project ../../packages \
|
||||
--prompt "Analyze these features and suggest which package they belong in. Output JSON: {\"package\": \"name\"}"
|
||||
```
|
||||
|
||||
## 🧠 Effort Level Criteria
|
||||
|
||||
Ratings are based on technical complexity and reproduction difficulty:
|
||||
|
||||
Reference in New Issue
Block a user