CtrlK
BlogDocsLog inGet started
Tessl Logo

mobile-app-debugging

Mobile app debugging for iOS, Android, cross-platform frameworks. Use for crashes, memory leaks, performance issues, network problems, or encountering Xcode instruments, Android Profiler, React Native debugger, native bridge errors.

68

Quality

81%

Does it follow best practices?

Run evals on this skill

Adds up to 20 points to the overall score

View guide

SecuritybySnyk

Passed

No findings from the security scan

SKILL.md
Quality
Evals
Security

Quality

Content

76%Weight 40%Scale 1-5

Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.

The body is token-efficient and well-structured with actionable code and a useful checklist, but it lacks an explicit debugging workflow with validation checkpoints and includes a destructive network snippet without safeguards. Progressive disclosure is appropriate for a compact single-file skill.

Suggestions

Add a short ordered debugging workflow (reproduce -> isolate platform -> profile -> validate fix) with an explicit validation checkpoint, since the skill touches risky operations.

Replace the XMLHttpRequest monkey-patch with a non-destructive interception (e.g. a wrapper or fetch/Swizzled method) and note it is illustrative only.

Convert the Xcode breakpoint guidance from comment pseudocode into concrete steps (where to click, the LLDB command to set a conditional breakpoint).

DimensionReasoningScore

Conciseness

Lean code blocks with inline comments and no padding; it never explains concepts Claude already knows, and every section earns its place.

5 / 5

Actionability

Mostly executable snippets (LLDB commands, Logcat filtering, performance targets), but the network interception monkey-patches XMLHttpRequest destructively and the breakpoint guidance is comment-style pseudocode rather than copy-paste ready.

4 / 5

Workflow Clarity

Sections are organized by platform and a debug checklist exists, but there is no sequenced debugging workflow and no validate-then-proceed feedback loop for the risky network interception step, capping clarity at 3.

3 / 5

Progressive Disclosure

Well-organized single-file overview with clear section headers and no nested references; for a sub-50-line skill with no bundle files this is appropriate, though the API-style snippets could justify a separate reference file.

4 / 5

Total

16

/

20

Passed

Description

87%Weight 40%Scale 1-5

Based on the skill's description, can an agent find and select it at the right time? Clear, specific descriptions lead to better discovery.

The description is strong, explicitly pairing a clear 'what' with concrete 'when' triggers covering both symptoms and tool names. It is specific and distinct from other skills, with only minor gaps in natural-term synonyms keeping trigger coverage just below comprehensive.

DimensionReasoningScore

Specificity

Lists several concrete capabilities ("crashes, memory leaks, performance issues, network problems") and names specific tools ("Xcode instruments, Android Profiler, React Native debugger, native bridge errors") rather than vague language, though it is tool-symptom driven rather than action driven so not a full 5.

4 / 5

Completeness

Explicitly answers both what ("Mobile app debugging for iOS, Android, cross-platform frameworks") and when ("Use for crashes, memory leaks, performance issues, network problems, or encountering Xcode instruments...") with concrete trigger phrases.

5 / 5

Trigger Term Quality

Natural terms a user would say ("crashes, memory leaks, performance issues, network problems") plus concrete tool names are present, but common synonyms like "hang", "ANR", "freeze", or file extensions are missing.

4 / 5

Distinctiveness Conflict Risk

Clear niche of mobile-specific debugging with platform-specific tools (Xcode instruments, Android Profiler, React Native debugger, native bridge) that minimizes overlap with other skills.

5 / 5

Total

18

/

20

Passed

Validation

100%

Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.

Validation16 / 16 Passed

Validation for skill structure

No warnings or errors.

Repository
secondsky/claude-skills
Reviewed

Table of Contents

Is this your skill?

If you maintain this skill, you can claim it as your own. Once claimed, you can manage eval scenarios, bundle related skills, attach documentation or rules, and ensure cross-agent compatibility.