fabrika-api

Manage tasks, code reviews, and releases via the Fabrika API.

5|Updated Jun 3, 2026
One-click install
npx skills add https://github.com/berkaycubuk/fabrika --skill fabrika-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: fabrika-api
Source: https://github.com/berkaycubuk/fabrika/tree/main/skills/fabrika-api
Command: npx skills add https://github.com/berkaycubuk/fabrika --skill fabrika-api

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires curl, and includes scripts (resource) components.

What problem does it solve?

This Skill allows you to programmatically interact with a running Fabrika server, automating tasks such as creating tasks, reviewing code, and managing releases.

Core Features & Use Cases

  • Task Management: Create, list, and manage tasks and big tasks.
  • Code Review: Review and merge code changes.
  • Release Management: Ship and rollback releases.
  • Use Case: Use this Skill to automatically create tasks for new features, review and merge code changes, and deploy new releases to production.

Quick Start

Use the fabrika-api skill to create a new task with the title 'Implement dark mode toggle'.

Frequently Asked Questions about fabrika-api

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

FAQPage Schema
How do I automate task management and code review through a REST API?

You can automate task management and code review through a REST API by sending HTTP requests to create tasks, review code changes, and merge branches. This Skill provides an interface to programmatically interact with a running server for these operations.

Can I use curl to manage server releases in a CI/CD pipeline?

Yes, you can use curl to manage server releases in a CI/CD pipeline. This Skill requires curl to send HTTP requests for shipping new releases and rolling back changes directly through the REST API.

What's the best way to orchestrate workflow automation for code releases?

The best way to orchestrate workflow automation for code releases is by integrating an API interface into your pipeline. This allows you to programmatically create tasks, review code, and deploy releases without manual intervention.

Do I need a running server to perform automated testing and release control?

Yes, you need a running Fabrika server to perform automated testing and release control. This Skill acts as an API interface to that server, requiring an active connection to manage tasks and deployments.

How does API-based release management handle rollbacks?

API-based release management handles rollbacks by sending specific HTTP requests to revert to previous states. This Skill provides endpoints to ship new releases and execute rollbacks programmatically.

What are the limitations of using curl for API task management?

Using curl for API task management requires manual construction of HTTP requests and handling of response data. This Skill relies on curl for requests, meaning complex workflows may require additional scripting to process the API responses.