Testing & QAlow risk
community-import-smoke-test
A portable community plugin for validating Open Design plugin import flows.
nexu-io/open-design·plugins/community/import-smoke-test/SKILL.md
60/ 100おすすめ度
この Skill を導入
coding agent を選び、プロジェクト用または個人用コマンドをコピーします。
プロジェクトに導入.agents/skills/import-smoke-test
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/community/import-smoke-test -a codex -y個人環境に導入~/.agents/skills/import-smoke-test
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/community/import-smoke-test -a codex -g -yプロジェクトに導入.claude/skills/import-smoke-test
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/community/import-smoke-test -a claude-code -y個人環境に導入~/.claude/skills/import-smoke-test
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/community/import-smoke-test -a claude-code -g -yプロジェクトに導入.agents/skills/import-smoke-test
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/community/import-smoke-test -a github-copilot -y個人環境に導入~/.copilot/skills/import-smoke-test
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/community/import-smoke-test -a github-copilot -g -yプロジェクトに導入.agents/skills/import-smoke-test
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/community/import-smoke-test -a cursor -y個人環境に導入~/.cursor/skills/import-smoke-test
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/community/import-smoke-test -a cursor -g -yプロジェクトに導入.agents/skills/import-smoke-test
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/community/import-smoke-test -a gemini-cli -y個人環境に導入~/.gemini/skills/import-smoke-test
npx skills add https://github.com/nexu-io/open-design/tree/7533db3f4342d09b27368fa5d907ebd3cdb93b75/plugins/community/import-smoke-test -a gemini-cli -g -yNative Gemini CLI
gemini skills install https://github.com/nexu-io/open-design.git --scope workspace --path plugins/community/import-smoke-test⚠ インストールには open-source skills CLI を使用します。実行前にソースと権限を確認してください。
Skill の指示
GitHub で元ファイルを表示 ↗# Community Import Smoke Test Use this plugin when validating that Open Design can import community plugins from a local folder, a zip archive, a GitHub subpath, or a marketplace entry. When this plugin is applied: 1. Identify the import path the user is testing: folder, zip, GitHub, or marketplace. 2. Produce a compact import receipt that includes the plugin name, source kind, files detected, and any user note. 3. Keep the output intentionally small so install, apply, and provenance states are easy to inspect in the UI. Do not require network access, shell commands, external connectors, or secrets. This plugin exists to exercise install and apply plumbing, not to perform a production workflow.