@adamoutler/dash

Keep your agents from hallucinating their way to the finish by hooking them into provable results.

View in AI SkillSafe app
0 downloads
0 stars
0 demos
SKILL.md

<img src="docs/icon.jpg" width="40" height="40" alt="Dash Logo" style="vertical-align: middle"> 🛑 Stop AI Hallucinations! Your Ultimate Dash & Agent Guardrail 🚀

SafeSkill Build Status Quality Gate Status Coverage Bugs Reliability Rating Code Smells Duplicated Lines (%) Lines of Code Security Rating Technical Debt Maintainability Rating Vulnerabilities npm version Ruff License: MIT

The essential CI feedback loop and guardrail for autonomous AI development.

Tired of your AI agent confidently hallucinating: "I changed it, so now it works. I'll push the changes!" only to break the main branch? 🤦

Welcome to the Dash—a beautifully simple, Dockerized hub that gives you an at-a-glance view of your projects, while serving as the ultimate guardrail for your AI agents (Claude, Gemini, GPT). Without a feedback loop from your Continuous Integration (CI) pipeline, agents fly blind. This dashboard serves as a foundational building block to provide immediate, factual build feedback to autonomous agents, stopping regressions in their tracks.

"A unified dashboard for your autonomous agents, beautifully designed for your workflow—whether you prefer the light of day or the terminal dark."

Dash Aesthetic


✨ Key Features

  • 🔐 Secure & Authenticated: Role-based access with Basic Auth and Bearer Token management. (Highly recommended: See our Security & Authentication Guide to lock down your dashboard).
  • 🤖 AI-Ready MCP Server: Built-in JSON-RPC 2.0 endpoint (/mcp) exposing essential macros (get_status, get_logs, wait) for agents.
  • 📜 Agent Discovery: Includes llms.txt at the root so autonomous agents can self-discover capabilities.
  • 🚦 Unified Visual Dashboard: A clean, centralized UI to view build statuses across all tracked repositories at a glance.
  • 🔌 Multi-Provider Support: Seamlessly integrates with both GitHub and Forgejo CI/CD pipelines.
  • 🛡️ Autonomous Guardrail: Allows agents to estimate wait times, wait for CI runs, and fetch logs autonomously to prevent broken pushes.
  • 🐳 Dockerized Simplicity: Easy to deploy with a single docker-compose up command.

🤖 For AI Agents: The Guardrail API

By pointing your agent to the repository URL and our llms.txt (see a raw example of what the LLM sees here), you instantly give them superpower hooks to interact with your CI/CD pipeline. No more blind pushes! Your agent can now:

  • 📚 Comprehensive AI Guide: See the full AI/Agent Journey for detailed automated workflows.

  • ⏱️ Estimate wait times for CI runs.

  • Wait patiently for the CI pipeline to finish.

  • 📥 Receive immediate results the second the build passes or fails.

  • 📜 Request full CI logs to autonomously debug failures.

  • 🔗 Access important URLs and check the current build status programmatically.

🔌 MCP Server (Model Context Protocol)

The dashboard natively supports the Model Context Protocol (MCP). Autonomous agents (like Claude Desktop or Gemini) can connect directly to the /mcp endpoint via JSON-RPC 2.0.

  • get_status: Get a clean, markdown-formatted status report of any configured project, keeping your terminal tidy while the agent gets raw JSON context.
  • get_logs: Retrieve the direct log URL for a failing build.
  • wait: Instruct the agent to sleep and wait for the CI pipeline to complete before proceeding.
  • Self-Discovery: The repo and workflow parameters for these tools support a "help" argument, allowing agents to automatically discover what repos they can track without guessing!

🔌 Pro-Hacks: Setting Up Agent Hooks

Agents can discover how to use the dashboard simply by reading the llms.txt file at the root URL. You can use standard prompts to wire up these hooks:

Hack 1: The "Push & Wait" Hook

Instruct your AI (Claude/Gemini/GPT) to run a script after pushing code that waits for the build and echoes the result:

"After pushing code, run a script to wait for the build. Fetch the results using curl -N -s 'https://your-dashboard-url/api/wait?provider=github&owner=your_user&repo=your_repo' | jq .status and report back to me."

Hack 2: The "Tooling" Hook

Give your agents a custom tool to gather build results across all your projects so they can check statuses before deciding what to work on next:

"Before marking the task as complete, gather build results from the Dash using curl -s https://your-dashboard-url/api/status to verify that your changes did not break the build."


💻 For Humans: The Visual Hub

Beyond acting as an API for AI, the Dash provides a clean, unified graphical experience for human developers. It's all about peace of mind:

  • 🗺️ Comprehensive User Guide: See the full User Journey for detailed human workflows.

  • 🎨 Visual Sanity & At-a-Glance Status: A clean, large-font UI to view the current build status of all your projects on a single screen.

  • 🚦 Color-Coded Statuses: Instantly see what's Running, Passed, or Failed. Stop digging through nested CI provider menus just to see if your main branch is green.

  • 🎯 Deep Linking & Quick Actions: Custom quick-action links (Deploy, Source, Kanban) get you exactly into the specific failing pipeline, commit, or log output you need to investigate with zero friction.

➕ Adding Repositories in the UI

When clicking + Add Repository in the dashboard, the input format depends on the CI provider you select:

  • GitHub / Gitea / Forgejo:
    • Owner: The username or organization name (e.g., adamoutler).
    • Repo: The repository name (e.g., dash).
  • Jenkins:
    • Owner: A custom display name for the dashboard (e.g., dash Deploy or BrowserTerm).
    • Repo: The full URL to the main project/job page (e.g., https://jenkins.adamoutler.com/view/Upgrades/job/Updates/job/dash/job/master/).

🚀 Get Started

For AI Agents: Just point your agent to <your-dashboard-url>/llms.txt and tell it to read the docs. It will know exactly what to do! 🧠

For Humans (Deployment):

  1. Clone the repo:
    git clone <repository-url>
    cd ci-dashboard
    
  2. Set your GITHUB_TOKEN, FORGEJO_URL, and/or FORGEJO_TOKEN in your environment (or .env file).
  3. Run via Docker Compose for a stress-free setup:
    docker-compose up -d
    

(Note: Keep it safe! Run locally or on an internal network, not the public internet).


💡 Loving the seamless workflow? Drop a ⭐ on the repo and share your favorite AI automated workflows in the issues!

Embed badges

Add these to your README to show the skill's verification status.

SkillSafe verified badge
Verified badge
[![SkillSafe verified badge](https://api.skillsafe.ai/v1/badge/@adamoutler/dash/verified)](https://skillsafe.ai/skill/@adamoutler/dash/)
Installs badge
Installs badge
[![Installs badge](https://api.skillsafe.ai/v1/badge/@adamoutler/dash/installs)](https://skillsafe.ai/skill/@adamoutler/dash/)
Scan badge
Scan badge
[![Scan badge](https://api.skillsafe.ai/v1/badge/@adamoutler/dash/scan)](https://skillsafe.ai/skill/@adamoutler/dash/)
Eval pass rate badge
Eval pass rate
[![Eval pass rate badge](https://api.skillsafe.ai/v1/badge/@adamoutler/dash/eval)](https://skillsafe.ai/skill/@adamoutler/dash/)