Skip to content

Commit cf55938

Browse files
author
Mark Heynes
committed
docs: add quick audit commands to efficiency skill
1 parent 024f85a commit cf55938

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

  • skills/github-actions-codespaces-efficiency

skills/github-actions-codespaces-efficiency/SKILL.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,15 @@ Inspect the current configuration before proposing changes:
3737
- Whether matrix breadth matches the actual decision being made
3838
- Whether devcontainers or Codespaces defaults are oversized
3939

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+
4049
### 2. Rank fixes by payoff
4150

4251
Prefer this order unless repo context says otherwise:

0 commit comments

Comments
 (0)