We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 024f85a commit cf55938Copy full SHA for cf55938
1 file changed
skills/github-actions-codespaces-efficiency/SKILL.md
@@ -37,6 +37,15 @@ Inspect the current configuration before proposing changes:
37
- Whether matrix breadth matches the actual decision being made
38
- Whether devcontainers or Codespaces defaults are oversized
39
40
+Start with a compact repo audit like this:
41
+
42
+```bash
43
+rg -n "on:|concurrency:|paths:|paths-ignore:|strategy:|matrix:|cache:" .github/workflows .devcontainer
44
+gh run list --limit 10
45
+gh run view --log-failed
46
+find .devcontainer -maxdepth 2 -type f
47
+```
48
49
### 2. Rank fixes by payoff
50
51
Prefer this order unless repo context says otherwise:
0 commit comments