|
2 | 2 | "id": "code-improvement", |
3 | 3 | "label": "Code Improvement", |
4 | 4 | "description": "Diagnose and fix code or CI issues", |
5 | | - "success_rate": 0.38, |
6 | | - "count": 81, |
| 5 | + "success_rate": 0.46, |
| 6 | + "count": 73, |
7 | 7 | "recommended_triggers": [ |
8 | 8 | { |
9 | 9 | "type": "schedule", |
10 | 10 | "config": {} |
11 | 11 | }, |
12 | 12 | { |
13 | | - "type": "workflow_run", |
| 13 | + "type": "reaction", |
14 | 14 | "config": {} |
15 | 15 | }, |
16 | 16 | { |
17 | | - "type": "skip-if-match", |
| 17 | + "type": "permissions", |
18 | 18 | "config": {} |
19 | 19 | } |
20 | 20 | ], |
|
33 | 33 | "top_repos": [ |
34 | 34 | { |
35 | 35 | "repo": "github/gh-aw", |
36 | | - "stars": 5016 |
| 36 | + "stars": 5063 |
37 | 37 | }, |
38 | 38 | { |
39 | 39 | "repo": "githubnext/agentics", |
40 | | - "stars": 922 |
| 40 | + "stars": 925 |
41 | 41 | }, |
42 | 42 | { |
43 | | - "repo": "elastic/kibana", |
44 | | - "stars": 21262 |
| 43 | + "repo": "github/spec-kit", |
| 44 | + "stars": 132415 |
45 | 45 | }, |
46 | 46 | { |
47 | | - "repo": "dotnet/macios", |
48 | | - "stars": 2897 |
| 47 | + "repo": "github/awesome-copilot", |
| 48 | + "stars": 38469 |
49 | 49 | }, |
50 | 50 | { |
51 | | - "repo": "drhelius/Gearboy", |
52 | | - "stars": 1192 |
| 51 | + "repo": "langfuse/langfuse", |
| 52 | + "stars": 33968 |
53 | 53 | } |
54 | 54 | ], |
55 | 55 | "tips": [ |
56 | 56 | "Use schedule triggers for continuous maintenance coverage", |
57 | 57 | "Add pre-steps to run tests/linters before the agent starts \u2014 validates baseline", |
58 | | - "Avoid pr-fix and ci-doctor templates \u2014 both have <20% success in practice", |
59 | | - "Use explicit DO NOT constraints to keep changes scoped to the requested improvement", |
60 | | - "Use protected-files: fallback-to-issue for manifests, CI configuration, and agent instructions", |
61 | | - "Add a pre-activation step that skips scheduled runs once too many open PRs share your title prefix, to avoid spamming maintainers" |
| 58 | + "Avoid pr-fix and ci-doctor templates \u2014 both have <20% success in practice" |
62 | 59 | ], |
63 | 60 | "anti_patterns": [ |
| 61 | + "ci-coach", |
| 62 | + "code-simplifier", |
64 | 63 | "ci-doctor", |
65 | 64 | "ci-doctor", |
66 | | - "autofix-ci", |
67 | | - "code-simplifier", |
68 | | - "pr-fix" |
| 65 | + "code-simplifier" |
69 | 66 | ] |
70 | 67 | } |
0 commit comments