Resillion Cheat Sheets Hub
Internal Total Quality quick-reference guides

Resillion cheat sheets, built for Total Quality

A shared internal hub for quick-reference guides across AI, QA, engineering, delivery, and ways of working. Designed to support Resillion teams with practical guidance that fits a Total Quality approach.

Available cheat sheets

Use the search and category filters to quickly find the guide you need.

8 results
AI Live

AI Prompting Cheat Sheet

A practical reference for writing clearer prompts, using structures like APE, RACE, and CARE, and refining outputs effectively.

Prompting LLMs Frameworks
QA Live

Test Strategy Cheat Sheet

A concise guide to the core sections, decisions, and controls that should appear in a strong, practical test strategy.

Governance Assurance Planning
Delivery Live

Test Automation Journey Cheat Sheet

A practical guide for taking clients from automation interest through discovery, PoC, pilot, scaled delivery, and continuous improvement.

Automation Client Journey Delivery
QA Live

Performance Testing Cheat Sheet

A practical guide to planning workloads, selecting test types, measuring bottlenecks, and reporting performance evidence clearly.

Performance Load Scalability
Engineering Live

Playwright + TypeScript Cheat Sheet

Quick-reference examples for locators, assertions, fixtures, API testing, retries, downloads, and reliable automation patterns.

Playwright TypeScript Automation
Delivery Live

Release Readiness Cheat Sheet

A compact guide to release gates, readiness criteria, evidence, risks, and the questions to ask before go-live approval.

Release Readiness Risk
Ways of Working Live

RACI & Roles Cheat Sheet

A simple view of key responsibilities across delivery, QA, governance, and stakeholder involvement for smoother execution.

RACI Roles Collaboration
AI Live

AI Assurance Cheat Sheet

A reference for data assurance, model assurance, responsibility controls, evaluation measures, and governance checkpoints.

AI Assurance EvalOps Governance
No cheat sheets matched your search.
Try a different keyword or switch back to the "All" category.

How to add a new cheat sheet

1
Create the new cheat sheet page
Link each card to a SharePoint page, hosted HTML page, PDF, or another internal resource.
2
Duplicate a card block
Copy an existing <article class="card"> block and update the title, summary, category, tags, and link.
3
Set the category and keywords
Update data-category and data-search so search and filters work automatically.
4
Publish the updated page
Once saved, the total count and filtering will continue to work with no extra configuration.

Template for a new card

<article class="card" data-category="AI" data-search="ai prompting llm prompts frameworks"> <div class="card-top"> <span class="tag">AI</span> <span class="status">Live</span> </div> <h3>New Cheat Sheet Title</h3> <p>A short description of what this cheat sheet helps people do.</p> <div class="card-meta"> <span class="meta-pill">Keyword 1</span> <span class="meta-pill">Keyword 2</span> <span class="meta-pill">Keyword 3</span> </div> <div class="card-footer"> <a class="card-link" href="cheatsheets/ai/new-cheatsheet.html">Open cheat sheet -></a> <span class="updated">Updated Mar 2026</span> </div> </article>