skills-push

Mirror authored skills to DataPlatform repositories with Jira and CI/CD checks.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/guyman-tr/Databricks_Knowledge --skill skills-push
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: skills-push
Source: https://github.com/guyman-tr/Databricks_Knowledge/tree/main/.cursor/skills/skills-push
Command: npx skills add https://github.com/guyman-tr/Databricks_Knowledge --skill skills-push

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires git, gh, python, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the process of pushing skills from a local workspace to the DataPlatform repository, facilitating efficient code review and deployment for data engineering teams.

Core Features & Use Cases

  • Automated Skill Push: Pushes authored skills to a specified DataPlatform repository for review.
  • Jira Ticket Integration: Automatically creates or uses an existing Jira ticket to track the PR and its review status.
  • CI/CD Integration: Ensures all skills pass canonical CI/CD checks before being pushed to the DataPlatform repository.

Quick Start

/skills-push "DA-47" "mimo-panel-and-ddr"

Frequently Asked Questions about skills-push

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

FAQPage Schema
How do I push skills to a DataPlatform repository for code review?

You push skills to a DataPlatform repository by automating the mirroring and validation of authored skills between local and remote repositories. This ensures skills pass canonical CI/CD checks before PR creation and deployment.

Can I integrate Jira ticketing with my CI/CD pipeline for skill deployment?

Yes, you can integrate Jira ticketing with your CI/CD pipeline for skill deployment. The automation creates or uses an existing Jira ticket to track the pull request and its review status throughout the validation process.

Do I need GitHub Actions to validate skills before pushing them to a DataPlatform repository?

Yes, GitHub Actions are required to validate skills before pushing them to a DataPlatform repository. The CI/CD integration relies on GitHub Actions to run validation checks and ensure all skills pass canonical tests before PR creation.

What prerequisites are needed to automate skill mirroring between local and remote repositories?

Automating skill mirroring between local and remote repositories requires git, gh, and python installed in your environment. These dependencies enable the automated push, Jira ticket integration, and CI/CD validation checks for data engineering teams.

How does CI/CD integration work when pushing authored skills for repository management?

CI/CD integration works by enforcing canonical validation checks on authored skills before they are pushed to the DataPlatform repository. This automated repository management step ensures only validated skills are deployed for data engineering teams.

What is the best way to track the review status of a deployed skill pull request?

The best way to track the review status of a deployed skill pull request is through automated Jira ticket integration. It links the PR to an existing or newly created Jira ticket, allowing data engineering teams to monitor the review process.