setup-plugin-env

Initialize and validate a Python virtual environment for Jira plugin execution.

Updated Feb 9, 2026
One-click install
npx skills add https://github.com/rhuss/cc-jira --skill setup-plugin-env
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: setup-plugin-env
Source: https://github.com/rhuss/cc-jira/tree/main/jira/skills/setup-plugin-env
Command: npx skills add https://github.com/rhuss/cc-jira --skill setup-plugin-env

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill automates the setup of the necessary Python virtual environment and installs dependencies required for Jira plugin commands, ensuring a smooth operational start.

Core Features & Use Cases

  • Environment Bootstrap: Creates and configures a Python virtual environment.
  • Dependency Installation: Installs required Python packages for the Jira plugin.
  • Setup Validation: Verifies that the environment is correctly set up and ready for use.
  • Use Case: Before executing any Jira command that requires a specific environment, run this skill first to guarantee all prerequisites are met.

Quick Start

Run the setup-plugin-env skill to prepare the Jira plugin environment.

Frequently Asked Questions about setup-plugin-env

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

FAQPage Schema
How do I set up a Python virtual environment for a Jira plugin?

To set up a Python virtual environment for a Jira plugin, you need to create a venv and install dependencies from requirements.txt. This skill automates that bootstrap process and validates the setup by checking for the 'atlassian' package.

What dependencies are required to run Jira plugin commands?

Jira plugin commands require a Python virtual environment with packages installed from a requirements.txt file. The essential 'atlassian' Python package is verified during setup to ensure the environment is fully operational.

Do I need to install the atlassian Python package before running Jira tasks?

You do not need to manually install the atlassian Python package beforehand. The environment setup handles dependency installation automatically and validates the environment by confirming the 'atlassian' package is present.

How do I validate my Python venv for Jira plugin execution?

To validate your Python venv for Jira plugin execution, check that the virtual environment is created and the 'atlassian' Python package is successfully installed. This skill performs that validation automatically after dependency installation.

When should I run the Jira plugin environment bootstrap?

Run the Jira plugin environment bootstrap before executing any Jira commands that require a specific environment. This guarantees all Python prerequisites and dependencies are met for smooth operational start.