Agent skill

Productboard Automation

Automate product management workflows in Productboard -- manage features, notes, objectives, components, and releases through natural language commands.

ComposioHQgithub.com/ComposioHQGitHub ↗
claude-codecodexcursor
Install
npx skills add ComposioHQ/awesome-claude-skills --skill productboard-automation --agent claude-code

Same command for any agent — swap --agent for codex, cursor, copilot.

Facts
Files in the skill folder: 1
SKILL.md size: 6 KB
Bundled scripts: none
Path: composio-skills/productboard-automation/SKILL.md
Open the folder on GitHub →
Where it comes from
Stars: 71,763 · +585 this week
Language: Python
Read our review of the source →

Weekly change comes from our own snapshots, not the repository page — it measures attention, not adoption.

From the SKILL.md

# Productboard Automation Automate your Productboard product management operations directly from Claude Code. Create notes from customer feedback, browse features and objectives, link entities, and track releases -- all without leaving your terminal. **Toolkit docs:** [composio.dev/toolkits/productboard](https://composio.dev/toolkits/productboard) --- ## Setup 1. Add the Rube MCP server to your Claude Code config with URL: `https://rube.app/mcp` 2. When prompted, authenticate your Productboard account through the connection link provided 3. Start automating your product management workflows with natural language --- ## Core Workflows ### 1. Manage Customer Notes Create notes from customer feedback and organize them with tags, links, and followers. **Tools:** `PRODUCTBOARD_CREATE_NOTE`, `PRODUCTBOARD_LIST_NOTES`, `PRODUCTBOARD_ADD_NOTE_TAG`, `PRODUCTBOARD_ADD_NOTE_FOLLOWERS`, `PRODUCTBOARD_CREATE_NOTE_LINK` ``` Create a note titled "Mobile app crash report" with content from customer feedback, tagged "bug" and linked to feature abc-123 ``` Key parameters for `PRODUCTBOARD_CREATE_NOTE`: - `title` (required) and `content` (required) -- note title and body - `customer_email` or `user.e

What's inside
Steps it walks through
  1. Setup
  2. Core Workflows
  3. 1. Manage Customer Notes
  4. 2. Browse and Retrieve Features
  5. 3. Objectives and Key Results (OKRs)
  6. 4. Component Management
  7. 5. Release Tracking
  8. 6. Link Notes to Features
  9. Known Pitfalls
  10. Quick Reference
More from awesome-claude-skills
All skills →
About this skill
What does the Productboard Automation skill do?

Automate product management workflows in Productboard -- manage features, notes, objectives, components, and releases through natural language commands.

How do I install it?

Run `npx skills add ComposioHQ/awesome-claude-skills --skill productboard-automation --agent claude-code` — it drops the skill into your project so the agent can pick it up. Swap the --agent value for codex, cursor or copilot if you use one of those.

Where does this skill come from?

From ComposioHQ/awesome-claude-skills, a repository with 71,763 stars. We read it straight from the repository tree rather than a submitted listing, so what you see here is what is actually published.

Is a popular skill a good skill?

Not necessarily. Stars measure attention, not adoption — a repository can trend for a week and be abandoned. That is why we show the weekly change from our own snapshots next to the total, instead of a single flattering number.

Keep going