zoho-sprint

Configure Zoho Sprint CLI integration with credentials and verify connectivity.

2|Updated Dec 8, 2018
One-click install
npx skills add https://github.com/indykish/dotfiles --skill zoho-sprint
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: zoho-sprint
Source: https://github.com/indykish/dotfiles/tree/main/skills/zoho-sprint
Command: npx skills add https://github.com/indykish/dotfiles --skill zoho-sprint

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Coordinating Zoho Sprint CLI integration across teams can be error-prone when credentials, project config, and permissions must be set up manually. This Skill automates the setup workflow from provided admin credentials and verifies connectivity.

Core Features & Use Cases

  • Securely stores Zoho credentials in ~/.config/e2e/agent-profiles with strict permissions.
  • Creates and configures a local environment for Zoho Sprint CLI usage.
  • Verifies connectivity and exposes commands to list sprints, items, and switch projects.

Quick Start

Paste the admin-provided .env content when prompted and run the Zoho Sprint setup to verify project connectivity.

Frequently Asked Questions about zoho-sprint

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

FAQPage Schema
How do I set up Zoho Sprint CLI with credentials for automated workflows?

Configuring Zoho Sprint CLI requires a .env file containing your Zoho client_id, client_secret, and refresh_token, along with an optional zoho.json project config to automate secure sprint workflows.

What credentials do I need to run Zoho Sprint CLI commands?

Running Zoho Sprint CLI commands requires a Zoho client_id, client_secret, and refresh_token stored in a .env file to authenticate and verify connectivity to accessible sprints.

Can I securely store Zoho Sprint credentials for shared agent profiles?

Zoho Sprint credentials are securely stored in ~/.config/e2e/agent-profiles with strict permissions, enabling shared agent profiles to access configured project environments safely.

Does Zoho Sprint CLI setup verify connectivity to my project sprints?

Zoho Sprint CLI setup includes a verification step that confirms accessible sprints via the CLI, ensuring your project selection and environment configuration are correctly established.

What is the best way to switch projects using Zoho Sprint CLI?

Switching projects with Zoho Sprint CLI is handled through an optional zoho.json project config file, which allows you to select projects and expose commands to list sprints and items.

What limitations exist when coordinating Zoho Sprint CLI integration across teams?

Coordinating Zoho Sprint CLI integration requires admin-provided credentials and manual permission management, meaning automated setup cannot resolve underlying Zoho account access or permission errors.