Quality

Code review, testing, and verification skills.

All Quality (1897 found)

๐Ÿ”Œ
4w ago

Completion Check

Completion Check verifies that infrastructure code is actually connected and invoked before marking work complete. Use it to trace execution paths, confirm hooks and database backends are registered, and run end-to-end tests.
Quality
3.9K296
๐Ÿ”
4w ago

Dead Code Detection

Dead Code Detection finds unused functions and dead code in the codebase using TLDR static analysis. Use it to identify and remove dead code to keep the codebase clean.
Quality
3.9K296
๐Ÿž
4w ago

Debug

Debug investigates logs, database state, and git history to help identify issues during manual testing or implementation without editing files. Use it to bootstrap a debugging session when something goes wrong and you need to gather evidence.
Quality
3.9K296
๐Ÿงช
4w ago

E2E Testing

E2E Testing validates the entire persistence pipeline end-to-end. Use it when you need to verify that data flows correctly through the full stack.
Quality
3.9K296
๐Ÿงน
4w ago

Console Clear Logs

Console Clear Logs clears the MCP log cache and the Unity Editor Console window, so subsequent log reads only show new entries. Use it before running a specific action to isolate errors or messages from that action.
Quality
3.9K355
๐Ÿ“‹
4w ago

Console Get Logs

Console Get Logs retrieves logs from the Unity Editor via the MCP plugin's LogCollector, optionally filtered by log type or time window. Use it to debug and monitor Editor activity.
Quality
3.9K355
๐Ÿ”
4w ago

PR Review Fix

PR Review Fix reviews unresolved comments on the GitHub pull request associated with the current branch, validates each comment, and fixes legitimate issues. Use it when you need to automatically triage and resolve PR review feedback.
Quality
3.9K355
๐Ÿ”
4w ago

Code Review Excellence

Code Review Excellence teaches effective code review practices to provide constructive feedback, catch bugs early, and foster knowledge sharing while maintaining team morale. Use when reviewing pull requests, establishing review standards, or mentoring developers.
Quality
3.8K181
๐Ÿ”
4w ago

Implementation Gap Validation

Implementation Gap Validation analyzes gaps between approved requirements and an existing codebase to inform implementation strategy. Use it before design to identify missing capabilities, integration challenges, and viable implementation approaches.
Quality
3.6K275
๐Ÿงช
4w ago

Implementation Integration Validation

Implementation Integration Validation checks completed feature tasks as a whole to catch cross-task integration issues, run the full test suite, verify spec coverage, and confirm design boundaries before a GO/NO-GO call. Use it after all tasks in a feature are implemented to decide whether the implementation is ready.
Quality
3.6K275
๐Ÿ”
4w ago

Kiro Debug

Kiro Debug investigates implementation failures using root-cause-first debugging, gathering evidence from errors, runtime config, and external docs to identify root cause and recommend the smallest safe next action. Use it when an implementer is blocked or verification fails.
Quality
3.6K275
๐Ÿ”
4w ago

Kiro Debug

Kiro Debug investigates implementation failures using root-cause-first debugging, gathering local evidence, runtime/config inspection, and external docs before proposing a fix. Use when an implementer is blocked, verification fails, or repeated remediation does not converge.
Quality
3.6K275
PreviousPage 30 of 159Next