Quality

Code review, testing, and verification skills.

All Quality (1897 found)

๐Ÿ”
2w ago

Code Review

Code Review performs thorough reviews of code for security, correctness, performance, maintainability, and test coverage. Use it when you need to inspect changes, find bugs, or audit a codebase.
Quality
18416
๐Ÿงช
2w ago

Fixture Core

Fixture Core provides stable fixture metadata for catalog and health checks. Use it for CI gates and other non-production validation workflows.
Quality
18410
๐Ÿงช
2w ago

Build Scenario Tests

Build Scenario Tests turns a narrow Markdown behavior scenario into a deterministic, repository-native test. Use it to add acceptance tests, reproduce regressions, or convert Given/When/Then specs into executable coverage.
Quality
1836
โœ…
2w ago

Code Standards

Code Standards applies a disciplined workflow for code changes: orient, baseline, make the smallest change, test, verify, and self-review. Use it before implementing features, bug fixes, or refactors, especially when changing shared interfaces or security-sensitive code.
Quality
1836
โš ๏ธ
2w ago

Error Audit

Error Audit scans code for swallowed exceptions, silent fallbacks, compatibility shims, and missing UI error states. Use it when auditing a scope to ensure failures are surfaced to the user.
Quality
18322
๐Ÿ”Ž
2w ago

Observability Audit

Observability Audit finds debug logs, missing error logging, and thin context in existing code. Use it when production issues are hard to diagnose and you need fixes that stay within the app's current observability tools.
Quality
18322
๐Ÿงช
2w ago

Run Smoke Tests

Run Smoke Tests inspects a repository, executes a broad real-user journey through the product, and records an auditable pass, fail, or blocked judgment. Use it for release candidates, dogfooding, authentication flows, and other non-deterministic paths that need evidence.
Quality
1836
๐Ÿ”
2w ago

Ux States Audit

Ux States Audit finds UI components that fetch data or run async work without loading, empty, or error states. Use it to fill those gaps with the app's existing patterns.
Quality
18322
โ™ฟ
2w ago

Accessibility Testing

Accessibility Testing checks iOS apps for WCAG compliance, VoiceOver compatibility, labels, contrast, and semantic structure. Use it to audit new features, debug accessibility issues, or run accessibility checks in CI.
Quality
18217
๐Ÿ’ฅ
2w ago

Crash Debugging

Crash Debugging analyzes iOS crash logs, symbolicates stack traces with dSYM files, and helps identify root causes. Use it when investigating app crashes, TestFlight reports, or unsymbolicated crash reports.
Quality
18217
๐Ÿงช
2w ago

iOS Testing Patterns

iOS Testing Patterns provides workflows for running XCTest and XCUITest suites, analyzing failures, and detecting flaky tests. Use it when debugging test runs, filtering cases, or setting up CI test execution.
Quality
18217
๐Ÿ“ˆ
2w ago

Performance Profiling

Performance Profiling instruments iOS apps to find CPU, memory, network, and energy bottlenecks. Use it when diagnosing slow launch, leaks, scrolling issues, or other runtime performance problems.
Quality
18217
PreviousPage 139 of 159Next