ci

Scan repositories for Makefile, package.json, or go.mod CI entrypoints.

25|2|Updated Mar 4, 2026
One-click install
npx skills add https://github.com/agentclash/agentclash --skill ci-agentclash
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ci
Source: https://github.com/agentclash/agentclash/tree/main/skills/ci
Command: npx skills add https://github.com/agentclash/agentclash --skill ci-agentclash

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes scripts (resource) components.

What problem does it solve?

This skill addresses the lack of visibility into repository-level CI checks, ensuring that developers are reminded to run or automate essential verification tasks after every commit.

Core Features & Use Cases

  • CI Entrypoint Detection: Automatically scans for Makefile, package.json, or go.mod files to identify potential build or test entrypoints.
  • Commit-time Reminders: Surfaces actionable notifications to the developer to run or automate detected checks.
  • Use Case: When working in a new repository, this skill identifies existing build scripts and prompts the user to integrate them into their local workflow, preventing broken builds from reaching the remote repository.

Quick Start

Run the ci skill to scan the current repository for build entrypoints and receive recommendations for automation.

Frequently Asked Questions about ci

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

FAQPage Schema
How do I automate commit-time checks for CI verification?

To automate commit-time checks, this skill scans your repository for standard configuration files like Makefiles or package manifests to detect build entrypoints and trigger developer awareness for essential testing tasks.

What is the best way to detect CI entrypoints in a new repository?

The best way to detect CI entrypoints is scanning for standard build configuration files such as Makefile, package.json, or go.mod to identify potential build or test entrypoints and surface actionable automation recommendations.

How do I prevent broken builds from reaching my remote git repository?

To prevent broken builds from reaching your remote git repository, you can identify existing build scripts via commit-time reminders and integrate them into your local workflow before pushing changes to ensure build verification.

Does CI verification work with Makefile and package.json configurations?

Yes, CI verification works with Makefile and package.json configurations by automatically scanning for these standard configuration files to identify potential build or test entrypoints and facilitate automated testing workflows.

How do I get reminders to run CI checks after every commit?

To get reminders to run CI checks after every commit, the skill surfaces actionable notifications to the developer by detecting CI-relevant entrypoints within the repository to facilitate proactive commit-time maintenance and workflow standardization.