CtrlK
BlogDocsLog inGet started
Tessl Logo

app-store-deployment

Publishes mobile applications to iOS App Store and Google Play with code signing, versioning, and CI/CD automation. Use when preparing app releases, configuring signing certificates, or setting up automated deployment pipelines.

68

Quality

82%

Does it follow best practices?

Impact

No eval scenarios have been run

SecuritybySnyk

Advisory

Suggest reviewing before use

SKILL.md
Quality
Evals
Security

Quality

Content

64%

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

The skill provides solid, actionable deployment commands for both iOS and Android platforms with concrete, executable examples. Its main weaknesses are the lack of validation checkpoints between deployment steps (especially important for signing and upload operations that can fail silently), redundant content between the manual commands and CI/CD sections, and missing progressive disclosure for a topic complex enough to warrant supplementary files.

Suggestions

Add explicit validation steps between build/archive/upload stages (e.g., verify archive exists, check code signing, validate IPA before upload) to create feedback loops for error recovery.

Remove the duplicated iOS build commands from the CI/CD section by referencing the commands shown earlier, or consolidate into a single presentation.

Split CI/CD configuration and signing setup into separate referenced files (e.g., CI_CD.md, SIGNING.md) to reduce the monolithic structure and improve progressive disclosure.

Remove the 'Best Practices' section — these are generic tips Claude already knows — or replace with project-specific gotchas like common signing errors and their fixes.

DimensionReasoningScore

Conciseness

Mostly efficient with executable commands, but the CI/CD section largely duplicates the iOS deployment commands already shown above. The 'Best Practices' section contains generic advice Claude already knows. Some redundancy could be trimmed.

2 / 3

Actionability

Provides fully executable commands for both iOS and Android deployment, including xcodebuild, altool, keytool, and gradlew commands. The CI/CD YAML is copy-paste ready, and the gradle.properties configuration is concrete and specific.

3 / 3

Workflow Clarity

Steps are presented in a logical sequence (build → archive → export → upload) and a pre-deployment checklist is included. However, there are no validation checkpoints between steps (e.g., verify archive succeeded before exporting, verify IPA before uploading) and no error recovery guidance for failed builds or signing issues.

2 / 3

Progressive Disclosure

Content is organized into clear sections with headers, but it's somewhat monolithic — the CI/CD workflow and ExportOptions.plist details could be split into separate files. No bundle files exist and no references to supplementary materials are provided, despite the skill being complex enough to warrant them.

2 / 3

Total

9

/

12

Passed

Description

100%

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

This is a strong skill description that clearly defines its scope around mobile app publishing, names both target platforms, and lists specific capabilities. The 'Use when' clause provides explicit trigger conditions with natural keywords. It follows third-person voice and is concise without unnecessary padding.

DimensionReasoningScore

Specificity

Lists multiple specific concrete actions: publishing to iOS App Store and Google Play, code signing, versioning, and CI/CD automation. These are distinct, well-defined capabilities.

3 / 3

Completeness

Clearly answers both what ('Publishes mobile applications to iOS App Store and Google Play with code signing, versioning, and CI/CD automation') and when ('Use when preparing app releases, configuring signing certificates, or setting up automated deployment pipelines').

3 / 3

Trigger Term Quality

Includes strong natural keywords users would say: 'iOS App Store', 'Google Play', 'code signing', 'signing certificates', 'versioning', 'CI/CD', 'app releases', 'deployment pipelines'. Good coverage of terms across both platforms.

3 / 3

Distinctiveness Conflict Risk

Highly distinctive niche combining mobile app publishing, specific stores (iOS App Store, Google Play), code signing, and deployment pipelines. Unlikely to conflict with general CI/CD or mobile development skills due to the specific focus on publishing and release.

3 / 3

Total

12

/

12

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.

Validation11 / 11 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.