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,复制项目级或个人级安装命令。

固定到平台收录的 commit
导入当前项目.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
手动放置目录.agents/skills/import-smoke-testOfficial docs ↗
导入当前项目.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
手动放置目录.claude/skills/import-smoke-testOfficial docs ↗
导入当前项目.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-testOfficial docs ↗
导入当前项目.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-testOfficial docs ↗
导入当前项目.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 -y
Native Gemini CLIgemini skills install https://github.com/nexu-io/open-design.git --scope workspace --path plugins/community/import-smoke-test
手动放置目录.agents/skills/import-smoke-testOfficial docs ↗
⚠ 安装命令使用开源 skills CLI。执行前请检查来源、脚本和权限。
# 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.