Configure Gamma across development, staging, and production environments. Use when setting up multi-environment deployments, configuring per-environment secrets, or implementing environment-specific Gamma configurations. Trigger with phrases like "gamma environments", "gamma staging", "gamma dev prod", "gamma environment setup", "gamma config by env".
80
77%
Does it follow best practices?
Impact
Pending
No eval scenarios have been run
Passed
No known issues
Optimize this skill with Tessl
npx tessl skill review --optimize ./plugins/saas-packs/gamma-pack/skills/gamma-multi-env-setup/SKILL.mdQuality
Discovery
89%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 well-structured skill description that clearly communicates both what the skill does and when to use it, with explicit trigger phrases. Its main weakness is that the capability descriptions are somewhat generic ('configure', 'setting up') rather than listing highly specific concrete actions. The inclusion of explicit trigger phrases and the 'Use when...' clause make it effective for skill selection.
Suggestions
Add more specific concrete actions such as 'create environment-specific config files', 'manage environment variable overrides', or 'set up promotion pipelines between environments' to improve specificity.
| Dimension | Reasoning | Score |
|---|---|---|
Specificity | Names the domain (Gamma multi-environment configuration) and some actions (setting up deployments, configuring secrets, implementing configurations), but the actions are somewhat generic and not highly concrete—e.g., 'configure' and 'setting up' are broad. It doesn't list specific concrete operations like 'create environment files', 'manage env variables', or 'promote builds between stages'. | 2 / 3 |
Completeness | Clearly answers both 'what' (configure Gamma across dev/staging/prod, per-environment secrets, environment-specific configurations) and 'when' (explicit 'Use when...' clause plus 'Trigger with phrases like...' providing concrete trigger guidance). | 3 / 3 |
Trigger Term Quality | Includes a good set of natural trigger terms: 'gamma environments', 'gamma staging', 'gamma dev prod', 'gamma environment setup', 'gamma config by env', plus 'multi-environment deployments', 'per-environment secrets'. These cover common variations a user would naturally say when needing this skill. | 3 / 3 |
Distinctiveness Conflict Risk | Highly distinctive due to the specific combination of 'Gamma' + multi-environment configuration. The trigger terms are narrowly scoped to Gamma environment setup, making it unlikely to conflict with general deployment or configuration skills. | 3 / 3 |
Total | 11 / 12 Passed |
Implementation
64%Reviews the quality of instructions and guidance provided to agents. Good implementation is clear, handles edge cases, and produces reliable results.
This is a well-structured, highly actionable skill with complete executable code examples covering environment configuration, secret management, CI/CD, and safety guards. Its main weaknesses are the lack of explicit validation checkpoints between steps (important for production deployment workflows) and the monolithic structure that could benefit from splitting detailed sections into referenced files. Some content is mildly redundant (architecture diagram vs. code/env files).
Suggestions
Add explicit validation checkpoints between steps, e.g., 'Verify: run `npm run config:check` to confirm environment variables resolve correctly before proceeding to Step 2'
Split the CI/CD configuration (Step 6) and production secret management (Step 4) into separate referenced files to reduce the main skill's length and improve progressive disclosure
| Dimension | Reasoning | Score |
|---|---|---|
Conciseness | The content is reasonably efficient but includes some unnecessary elements like the ASCII architecture diagram that largely duplicates information in the env files and config code. The environment checklist table also partially repeats what's already shown in the code examples. | 2 / 3 |
Actionability | Provides fully executable TypeScript code for configuration, client factory, secret management, and environment guards, plus complete CI/CD YAML and .env file examples. All code is copy-paste ready with concrete values and patterns. | 3 / 3 |
Workflow Clarity | Steps are clearly numbered and sequenced, but there are no explicit validation checkpoints between steps. For a multi-environment deployment setup involving secrets and production configuration, there should be verification steps (e.g., 'validate config loads correctly', 'test mock server responds') to catch misconfigurations before proceeding. | 2 / 3 |
Progressive Disclosure | The content is fairly long and monolithic — the secret management, CI/CD configuration, and environment guards could be split into separate referenced files. There is a reference to `gamma-install-auth` as a prerequisite and `gamma-observability` as a next step, but the main body packs too much inline content. | 2 / 3 |
Total | 9 / 12 Passed |
Validation
81%Checks the skill against the spec for correct structure and formatting. All validation checks must pass before discovery and implementation can be scored.
Validation — 9 / 11 Passed
Validation for skill structure
| Criteria | Description | Result |
|---|---|---|
allowed_tools_field | 'allowed-tools' contains unusual tool name(s) | Warning |
frontmatter_unknown_keys | Unknown frontmatter key(s) found; consider removing or moving to metadata | Warning |
Total | 9 / 11 Passed | |
3e83543
Table of Contents
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.