leiga-automation

Automate Leiga project management tasks through the Rube MCP gateway.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of interacting with Leiga's interface by providing a standardized, automated way to execute project management tasks directly through an AI agent.

Core Features & Use Cases

  • Tool Discovery: Automatically fetch and utilize current Leiga tool schemas via Rube MCP.
  • Connection Management: Handle authentication and session state for Leiga integrations.
  • Workflow Execution: Perform bulk operations and multi-step tasks like updating project statuses or managing tickets.

Quick Start

Use the leiga-automation skill to discover available tools and execute a task for my current project.

Frequently Asked Questions about leiga-automation

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

FAQPage Schema
How do I connect Leiga to my AI agent?

Connect Leiga by calling the RUBE_MANAGE_CONNECTIONS tool with the 'leiga' toolkit argument. Follow the provided authentication link to authorize the connection and ensure the status is set to ACTIVE.

Why must I call RUBE_SEARCH_TOOLS first?

Tool schemas and available operations in Leiga change frequently. Calling RUBE_SEARCH_TOOLS ensures your agent uses the most current input schemas and execution plans, preventing errors during tool calls.

Can I automate bulk updates in Leiga?

Yes, use the RUBE_MULTI_EXECUTE_TOOL or RUBE_REMOTE_WORKBENCH to perform bulk operations. Ensure you include the memory parameter and reuse session IDs to maintain state across your workflow.

What should I do if my Leiga connection fails?

Verify the connection status using RUBE_MANAGE_CONNECTIONS. If the status is not ACTIVE, re-run the connection command and complete the authentication flow via the provided link.