Skip to content

feat: add cost optimisation PR review playbook - #24

Open
LukeDolemanResDiary wants to merge 1 commit into
ldastey-dev:mainfrom
LukeDolemanResDiary:luke/add-cost-optimisation-pr-assessment
Open

feat: add cost optimisation PR review playbook#24
LukeDolemanResDiary wants to merge 1 commit into
ldastey-dev:mainfrom
LukeDolemanResDiary:luke/add-cost-optimisation-pr-assessment

Conversation

@LukeDolemanResDiary

Copy link
Copy Markdown

Add playbooks/review/cost-optimisation.md — a PR-level cost review companion to the existing assess/cost-optimisation.md assessment.

The review playbook narrows the assessment scope to changes in a single PR, providing a checklist-driven evaluation across:

  • API & external calls (cache-first, polling, batching, short-circuit)
  • Data transfer (pagination, payload minimisation, compression)
  • Dependencies (stdlib duplication, package health, transitive graph)
  • Compute & resources (client initialisation, unbounded collections)
  • Observability (log verbosity, metric cardinality, trace sampling)
  • LLM token costs (output structure, metadata stripping, tool economy)
  • CI/CD (runner tier, dependency caching, stage ordering, path filtering)

Also registers the new playbook in core/.context/index.md so keyword routing picks it up on 'review cost', 'FinOps audit', 'cost review', and 'resource optimisation'.

Add playbooks/review/cost-optimisation.md — a PR-level cost review
companion to the existing assess/cost-optimisation.md assessment.

The review playbook narrows the assessment scope to changes in a single
PR, providing a checklist-driven evaluation across:

- API & external calls (cache-first, polling, batching, short-circuit)
- Data transfer (pagination, payload minimisation, compression)
- Dependencies (stdlib duplication, package health, transitive graph)
- Compute & resources (client initialisation, unbounded collections)
- Observability (log verbosity, metric cardinality, trace sampling)
- LLM token costs (output structure, metadata stripping, tool economy)
- CI/CD (runner tier, dependency caching, stage ordering, path filtering)

Also registers the new playbook in core/.context/index.md so keyword
routing picks it up on 'review cost', 'FinOps audit', 'cost review',
and 'resource optimisation'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant