testing-cicd

Manages Go/Python tests and GitHub Actions CI/CD workflows for tailrelay project.

4|1|Updated Mar 13, 2026
One-click install
npx skills add https://github.com/sudocarlos/tailrelay --skill testing-cicd
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: testing-cicd
Source: https://github.com/sudocarlos/tailrelay/tree/main/.agents/skills/testing-cicd
Command: npx skills add https://github.com/sudocarlos/tailrelay --skill testing-cicd

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill streamlines the process of writing and running tests, and managing the continuous integration and continuous deployment (CI/CD) pipeline for the tailrelay project, ensuring code quality and reliable releases.

Core Features & Use Cases

  • Comprehensive Testing: Supports Go unit tests, Python integration tests, and local CI pipeline simulation.
  • Test Coverage Guidance: Identifies packages lacking tests and provides clear instructions for writing new tests.
  • CI Pipeline Management: Details the existing CI jobs and offers guidance on adding new ones for enhanced quality checks.
  • Use Case: When developing a new feature for tailrelay, use this Skill to write corresponding Go unit tests, add integration tests to verify its behavior within a containerized environment, and ensure the CI pipeline correctly builds and tests the changes.

Quick Start

Use the testing-cicd skill to run all Go unit tests within the webui directory.

Frequently Asked Questions about testing-cicd

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

FAQPage Schema
How do I add Go unit tests and Python integration tests for a new feature?

To add Go unit tests and Python integration tests, use this Skill to generate test logic and simulate the CI pipeline locally. It identifies packages lacking coverage and provides instructions for writing containerized integration tests.

How do I configure GitHub Actions workflows to build and test Go and Python code?

Configuring GitHub Actions workflows involves detailing existing CI jobs and adding new ones for quality checks. This Skill manages the CI pipeline configuration to ensure automated builds and tests execute correctly upon changes.

What is the best way to improve test coverage across a project with Go and Python components?

Improving test coverage requires identifying packages lacking tests and adding new ones. This Skill analyzes the tailrelay project to pinpoint untested components and provides clear instructions for writing the necessary Go unit tests.

Can I simulate a CI pipeline locally before pushing changes to GitHub Actions?

Yes, you can simulate the CI pipeline locally. This Skill supports local CI pipeline simulation to verify that your Go unit tests and Python integration tests run correctly before pushing code to the remote repository.

Does this testing workflow support both Go unit tests and Python integration tests?

Yes, the testing workflow supports both Go unit tests and Python integration tests. It manages testing processes for the tailrelay project, ensuring code quality through automated checks across different project components.