ContextQMD
Libraries
Rankings
Queue
About
Log in
Get started
Open menu
Back to Libraries
Skiasharp
skiasharp
GitHub
skiasharp
mono/skiasharp
monoskiasharp
mono
Homepage
7 versions
1380 pages (4.151.1)
4 aliases
7
Versions
1380
Pages (4.151.1)
4
Aliases
Pages
Versions
Usage
4.151.1
▼
stable
GitHub Agentic Workflows Agent
Files This Applies To
Problems This Solves
How to Use
Available Prompts
+12 more
github.com/mono/SkiaSharp/blob/v4.151.1/.agents...
8.4 KB
Full page
Add API Workflow
Phase 1: Analyze C++ API
Phase 2: Add C API
Struct conversion patterns
New typedefs
+12 more
github.com/mono/SkiaSharp/blob/v4.151.1/.agents...
8.1 KB
Full page
API Design Rules — Quick Reference
Properties vs Methods
Span Triple
Input Parameters
ABI
+4 more
github.com/mono/SkiaSharp/blob/v4.151.1/.agents...
2.3 KB
Full page
API Review Workflow
Step 1: Gather the API Surface
Step 2: Check Against Design Rules
Naming
Properties vs Methods
+22 more
github.com/mono/SkiaSharp/blob/v4.151.1/.agents...
6.4 KB
Full page
Troubleshooting
Generated file doesn't have my function
EntryPointNotFoundException at runtime
Test compiles but fails at runtime
Generator fails
+1 more
github.com/mono/SkiaSharp/blob/v4.151.1/.agents...
2.4 KB
Full page
Add / Review API Skill
⚠️ Branch Protection (COMPLIANCE REQUIRED)
❌ NEVER Do These
References
Add Mode
+1 more
github.com/mono/SkiaSharp/blob/v4.151.1/.agents...
2.8 KB
Full page
Adding docs for new APIs
Procedure
Output
Boundaries
github.com/mono/SkiaSharp/blob/v4.151.1/.agents...
5.2 KB
Full page
Documentation Review Criteria
IMPORTANT (Should fix)
MINOR (Nice to have)
Report Format
CRITICAL
+2 more
github.com/mono/SkiaSharp/blob/v4.151.1/.agents...
6.0 KB
Full page
Obsolete API Map (canonical)
1. Always obsolete — never use these
2. Same name on the modern API — disambiguate by signature
Correct modern text example
Documenting an obsolete member itself
github.com/mono/SkiaSharp/blob/v4.151.1/.agents...
4.7 KB
Full page
XML Documentation Patterns
File Structure
Syntax Reference
XML Tags
Cross-References
+31 more
github.com/mono/SkiaSharp/blob/v4.151.1/.agents...
18.4 KB
Full page
Reviewing existing docs
Adversarial framing
Procedure
Checks
A. Factual — claims vs source (cite `path:line`)
+7 more
github.com/mono/SkiaSharp/blob/v4.151.1/.agents...
9.9 KB
Full page
SkiaSharp & HarfBuzz Domain Knowledge
Two Libraries, Different Conventions
Color Types
Naming Conventions
Color Type Suffixes
+8 more
github.com/mono/SkiaSharp/blob/v4.151.1/.agents...
8.0 KB
Full page
Validation & formatting
What FAILS the build (errors)
github.com/mono/SkiaSharp/blob/v4.151.1/.agents...
2.6 KB
Full page
API Documentation
How to work
References (canonical facts)
Tooling & validation
Landing changes
github.com/mono/SkiaSharp/blob/v4.151.1/.agents...
3.6 KB
Full page
CI Status Report Schema
`meta` — Report Metadata
`verdict` — Executive Summary
`azdoHealth` — Azure DevOps Pipeline Health
`azdoHealth.branches[].risk`
+9 more
github.com/mono/SkiaSharp/blob/v4.151.1/.agents...
8.8 KB
Full page
CI Status Report
github.com/mono/SkiaSharp/blob/v4.151.1/.agents...
250 B
Full page
CI Status Skill
Prerequisites
Public CI (xamarin/public org — triggers on push/PR to main, develop, release/*)
Internal Release Chain (devdiv/DevDiv org — triggers on release/* branches)
GitHub Actions (mono/SkiaSharp and mono/SkiaSharp-API-docs)
+23 more
github.com/mono/SkiaSharp/blob/v4.151.1/.agents...
16.5 KB
Full page
Issue Bulk Process
Phase 1 — Resolve Repository and Issue List
1. Detect current repository
2. Resolve issue list
3. Skip already-processed issues
+6 more
github.com/mono/SkiaSharp/blob/v4.151.1/.agents...
5.9 KB
Full page
Docker Cross-Platform Testing
Required System Dependencies
Quick Start — One-liner Test
NativeAssets.Linux Package Versions
Interactive Docker Session
+4 more
github.com/mono/SkiaSharp/blob/v4.151.1/.agents...
5.3 KB
Full page
Bug Fix — Example Outputs
Example 1: Fixed — C# API Logic Error
Why this is a good `fixed` example
Example 2: Cannot-Fix — Upstream Skia Issue
Why this is a good `cannot-fix` example
github.com/mono/SkiaSharp/blob/v4.151.1/.agents...
6.8 KB
Full page
PR Templates
Investigation: #NNNN - [Title]
Status: 🔍 Investigating
Issue Summary
Related Issues
+13 more
github.com/mono/SkiaSharp/blob/v4.151.1/.agents...
2.6 KB
Full page
Bug Fix Skill
Workflow Overview
Prerequisites
Phase 1: Understand the Issue (pipeline intake)
1. Prefer the data cache (handoff)
+39 more
github.com/mono/SkiaSharp/blob/v4.151.1/.agents...
19.1 KB
Full page
Anti-Patterns (Full Reference)
Full Anti-Pattern List
Output Limits
Additional Anti-Patterns
github.com/mono/SkiaSharp/blob/v4.151.1/.agents...
4.7 KB
Full page
Bug Categories
1. C# API Bugs
Strategy
Example: SKMatrix.MapRect (#2997)
Pitfalls
+40 more
github.com/mono/SkiaSharp/blob/v4.151.1/.agents...
16.9 KB
Full page
Conclusion Guide
⚠️ Critical Principle: Factual vs Editorial
Decision Flowchart
Conclusion Values
`reproduced`
+14 more
github.com/mono/SkiaSharp/blob/v4.151.1/.agents...
14.6 KB
Full page
Platform: Console Application (Default)
Signals
Prerequisites
Create Project
Add Repro Code
+5 more
github.com/mono/SkiaSharp/blob/v4.151.1/.agents...
3.9 KB
Full page
Platform: Docker Linux
Signals
Prerequisites
Quick Repro Pattern
Required Dependencies
+6 more
github.com/mono/SkiaSharp/blob/v4.151.1/.agents...
5.5 KB
Full page
Platform: Mobile (iOS / Android / MAUI)
Signals
Prerequisites
Strategy When Devices Are Unavailable
Create Project (when device/emulator available)
+4 more
github.com/mono/SkiaSharp/blob/v4.151.1/.agents...
3.8 KB
Full page
Platform: Blazor WebAssembly
Signals
Prerequisites
Create Project
Configure
+12 more
github.com/mono/SkiaSharp/blob/v4.151.1/.agents...
6.3 KB
Full page
Platform: Windows Desktop
Prerequisites
Strategy When Host is NOT Windows
Create Project (Windows host only)
Add Repro Code
+3 more
github.com/mono/SkiaSharp/blob/v4.151.1/.agents...
3.3 KB
Full page
1–30 of 1380
1
2
3
4
5
…
46
Page 1