actiond_plugins_recommend
Analyze a project directory to recommend CI/CD plugin configurations based on detected languages, frameworks, and features.
Instructions
Analyze a project directory and recommend which CI/CD plugins to enable or disable. Detects languages (Go, Python, Java, TypeScript, ...), frameworks (React, Next.js, Spring, ...), project type (frontend/backend/fullstack/monorepo), and features (tests, Docker, existing CI) by scanning config files, then returns per-plugin recommendations with category, reasoning, priority, and confidence, plus aggregate enable/disable suggestions and a workflow proposal. Read-only; apply the suggestions with actiond_plugin_enable / actiond_plugin_disable. Optional path defaults to the current directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Project path to analyze (defaults to current directory) |