Productboard Automation

Automate product management workflows in Productboard using natural language commands for features and notes.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill productboard-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: Productboard Automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/productboard-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill productboard-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the friction of manually updating product management tools, allowing you to capture feedback and manage product hierarchies directly from your terminal.

Core Features & Use Cases

  • Feedback Management: Create notes from customer feedback and link them to specific features or components.
  • Product Hierarchy Tracking: Browse features, objectives, and key results to maintain visibility into product progress.
  • Use Case: Quickly log a customer's feature request as a note, tag it as a bug, and link it to an existing feature ID without switching context to the Productboard web interface.

Quick Start

Use the productboard skill to create a note titled 'Mobile app crash' with the content 'User reported crash on login' and tag it as 'bug'.

Frequently Asked Questions about Productboard Automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I link customer feedback to a feature?

Use the PRODUCTBOARD_CREATE_NOTE_LINK tool by providing the note UUID and the target feature UUID. This connects feedback directly to your product roadmap for better insight aggregation.

Can I filter notes by date or tags?

Yes, the PRODUCTBOARD_LIST_NOTES tool supports filtering by ISO 8601 date ranges or specific tags. Note that you cannot combine allTags and anyTag filters in a single request.

Why are my objective lists empty?

Ensure you are querying top-level features, as PRODUCTBOARD_LIST_FEATURE_OBJECTIVES does not support subfeature IDs. Use PRODUCTBOARD_LIST_FEATURES first to verify the correct feature hierarchy.

How do I handle pagination for large lists?

Use the pageCursor parameter provided in the tool responses to navigate through multi-page results. Some endpoints also support pageLimit and pageOffset for simpler pagination needs.