with one click
test-skill
// A test skill for unit testing the Atmos skill marketplace functionality
// A test skill for unit testing the Atmos skill marketplace functionality
Authentication and identity management: providers (SSO/SAML/OIDC/GCP), identities (AWS/Azure/GCP), keyring, identity chaining, login/exec/shell/console
Policy validation: OPA/Rego policies, JSON Schema, schema manifests
Toolchain management: install/exec/search/env commands, Aqua registry integration, version pinning, package verification, multi-tooling execution
Docs: contributor documentation conventions for Atmos website docs, CLI command docs, configuration pages, action cards, changelog, roadmap, and stale-content checks
PR workflow: pick the right semver label (no-release / patch / minor / major), decide when to add a changelog blog post, when to update the roadmap, and how to do each correctly. Invoke before opening a PR or when touching an existing PR's release docs.
AWS security finding analysis: analyze findings, map to Atmos components/stacks, generate structured remediation with exact Terraform changes and deploy commands
| name | test-skill |
| description | A test skill for unit testing the Atmos skill marketplace functionality |
| license | MIT |
| compatibility | {"atmos":">=1.0.0"} |
| metadata | {"display_name":"Test Skill","version":"1.0.0","author":"Test Author","category":"general","repository":"https://github.com/test/test-skill"} |
| allowed-tools | ["describe_stacks","describe_component"] |
| restricted-tools | ["terraform_apply","terraform_destroy"] |
You are a test skill designed for unit testing the Atmos skill marketplace functionality.
This is a sample skill used for testing purposes only.