D

daniellummis

Publisher on ClawGrid

github.com/openclaw

47

Entries

6.0

Avg Score

0

Safe

All Entries by daniellummis

🤖

Github Actions Failure Phase Audit

by daniellummis

7

This skill analyzes local GitHub Actions run export files to identify which parts of your CI/CD pipelines are causing the most failures and consuming the most time.

review Git & GitHub
3
🛠

Prisma Migrate Guard

by daniellummis

7

This tool checks your Prisma database migrations to ensure they are healthy and ready to be applied before you deploy them.

review DevOps & Cloud
1
🛠

Github Actions Artifact Budget Audit

by daniellummis

6

This skill helps you audit your GitHub Actions artifact storage usage by analyzing JSON export files to identify large or soon-to-expire artifacts, helping to manage CI costs.

review Git & GitHub
1
🤖

Github Actions Cache Hardening Audit

by daniellummis

6

This skill audits your GitHub Actions workflows for potential security risks related to how caches are managed.

review Git & GitHub
3
🤖

Github Actions Conclusion Volatility Audit

by daniellummis

6

This skill analyzes your GitHub Actions workflow run history to identify and report on pipelines that frequently change between success and failure-like outcomes.

review Git & GitHub
5
🤖

Github Actions Failure Owner Audit

by daniellummis

6

This skill analyzes your GitHub Actions run data to identify which users or workflows are causing the most failures and wasting the most time.

review Git & GitHub
2
🤖

Github Actions Mainline Health Audit

by daniellummis

6

This skill analyzes GitHub Actions run data to identify potentially unstable workflows on main branches, helping to improve delivery reliability.

review Git & GitHub
6
🤖

Github Actions Pr Gate Health Audit

by daniellummis

6

This skill analyzes GitHub Actions run data to identify unreliable pull-request merge gates and reports on their failure rates and queue times.

review Git & GitHub
3
🤖

Github Actions Recovery Latency Audit

by daniellummis

6

This skill analyzes GitHub Actions run data to measure how quickly workflows recover from failures and identify long-standing issues.

review Git & GitHub
1
🤖

Github Actions Retry Recovery Audit

by daniellummis

6

This skill analyzes GitHub Actions run logs to identify workflows that repeatedly fail before succeeding, helping to quantify wasted time on flaky builds.

review Git & GitHub
2
🤖

Github Actions Runtime Regression Audit

by daniellummis

6

This tool compares historical and current GitHub Actions run data to identify significant increases in workflow or job execution times.

review Git & GitHub
2
🤖

Github Actions Sha Rerun Debt Audit

by daniellummis

6

This skill helps identify specific code commits that are causing repeated failures or excessive reruns in GitHub Actions, potentially saving CI/CD resources.

review Git & GitHub
3
🤖

Github Actions Trigger Health Audit

by daniellummis

6

This skill helps you analyze your GitHub Actions runs to identify which events or workflows are causing the most failures or timeouts.

review Git & GitHub
6
🤖

Github Actions Workflow Hardening Audit

by daniellummis

6

This skill audits GitHub Actions workflow files to identify security hardening gaps such as missing timeouts, permissions, and concurrency controls.

review Git & GitHub
1
🛠

Stripe Webhook Replay Lab

by daniellummis

6

This tool helps developers test how their Stripe payment system handles duplicate webhook notifications by replaying them multiple times.

review Marketing & Sales
4
🛠

Dockerfile Hardening Audit

by daniellummis

6

This skill checks your Dockerfiles for common security weaknesses to help make your container images more secure.

review AI & LLMs
0
🛠

Env Alias Audit

by daniellummis

6

This skill checks your environment variable configurations for common issues before you deploy your application.

review AI & LLMs
1
🤖

Github Actions Branch Drift Audit

by daniellummis

6

This skill audits GitHub Actions runs to detect reliability regressions in specific branches compared to a main branch.

review Git & GitHub
2
🤖

Github Actions Cancel Waste Audit

by daniellummis

6

This skill analyzes exported data from GitHub Actions runs to identify and report on wasted CI minutes from cancelled or timed-out workflows.

review Git & GitHub
5
🤖

Github Actions Commit Health Audit

by daniellummis

6

This tool analyzes your GitHub Actions workflow run data to identify commits that are causing frequent failures, helping you fix them faster.

review Git & GitHub
9
🤖

Github Actions Deploy Risk Audit

by daniellummis

6

This skill analyzes your GitHub Actions deployment workflows to identify potential risks based on failure rates and recent successful deployments.

review Git & GitHub
3
🤖

Github Actions Duplicate Run Audit

by daniellummis

6

This skill helps you find and quantify duplicate GitHub Actions runs to save CI/CD time and resources.

review Git & GitHub
10
🤖

Github Actions Failure Hour Audit

by daniellummis

6

This skill analyzes GitHub Actions workflow run data to identify patterns in failures based on the day and hour they occurred.

review AI & LLMs
2
🤖

Github Actions Failure Matrix

by daniellummis

6

This tool helps you analyze GitHub Actions run logs to quickly identify and summarize recurring failures across different operating system and runtime configurations.

review Git & GitHub
1
🤖

Github Actions Failure Spike Audit

by daniellummis

6

This tool analyzes GitHub Actions run data to detect sudden increases in workflow failures, helping to identify potential issues before they become major problems.

review Git & GitHub
1
🤖

Github Actions Failure Streak Audit

by daniellummis

6

This skill helps identify recurring failures in your GitHub Actions workflows to improve pipeline stability.

review Git & GitHub
2
🤖

Github Actions Incident Timeline Audit

by daniellummis

6

This skill analyzes failed GitHub Actions runs to group them into incident windows, helping to identify outage durations and impact.

review Git & GitHub
4
🤖

Github Actions Manual Trigger Audit

by daniellummis

6

This skill analyzes your GitHub Actions runs to identify workflows that rely too much on manual triggers, helping to improve automation.

review Git & GitHub
9
🤖

Github Actions Merge Queue Health Audit

by daniellummis

6

This skill analyzes your GitHub Actions merge queue workflows to identify potential issues like high failure rates or long queue times.

review Git & GitHub
3
🤖

Github Actions Oidc Hardening Audit

by daniellummis

6

This tool checks your GitHub Actions workflow files for common security weaknesses related to cloud authentication.

review Git & GitHub
2
🤖

Github Actions Permission Scope Audit

by daniellummis

6

This skill helps you review your GitHub Actions workflows to ensure they are not granted overly broad permissions, promoting better security.

review Git & GitHub
1
🤖

Github Actions Queue Latency Audit

by daniellummis

6

This skill analyzes GitHub Actions run logs to identify and report on bottlenecks caused by job queue wait times.

review Git & GitHub
6
🤖

Github Actions Rerun Effectiveness Audit

by daniellummis

6

This skill analyzes your GitHub Actions run history to identify workflows that frequently require reruns and whether those reruns are successful, helping to optimize CI time.

review Git & GitHub
2
🤖

Github Actions Rerun Waste Audit

by daniellummis

6

This skill helps you find and quantify wasted time in your GitHub Actions workflows caused by repeated runs or failures.

review Git & GitHub
1
🤖

Github Actions Run Gap Audit

by daniellummis

6

This skill helps identify GitHub Actions workflows that haven't run recently, suggesting potential issues with schedules or automation.

review Git & GitHub
6
🤖

Github Actions Secret Exposure Audit

by daniellummis

6

This tool scans your GitHub Actions workflow files to identify potential security vulnerabilities related to how secrets are handled.

review Git & GitHub
2
🤖

Github Actions Self Hosted Risk Audit

by daniellummis

6

This tool audits GitHub Actions workflows that run on self-hosted runners to identify potential security risks.

review Git & GitHub
5
🤖

Github Actions Timeout Risk Audit

by daniellummis

6

This skill analyzes your GitHub Actions job run times to identify jobs that are close to or have exceeded their timeout limits, helping to prevent CI failures.

review Git & GitHub
0
🤖

Github Actions Step Flake Audit

by daniellummis

6

This tool helps identify unstable steps in your GitHub Actions workflows by analyzing past run results to find steps that frequently change between passing and failing.

review Git & GitHub
8
🤖

Github Actions Stuck Run Audit

by daniellummis

6

This skill helps identify GitHub Actions workflows that have been stuck in a queued or in-progress state for too long, preventing potential delivery delays.

review Git & GitHub
3
🛠

Junit Failure Fingerprint

by daniellummis

6

This skill helps organize and summarize test failures from JUnit XML files, making it easier to identify the root causes of recurring issues.

review AI & LLMs
6
🛠

Readme Env Table Sync

by daniellummis

6

This skill automatically updates the environment variable table in your README file to match your project's `.env.example` file.

review Uncategorized
5
🛠

Render Deploy Diff

by daniellummis

6

This skill checks your local environment variables against those configured for your Render service before you deploy, ensuring all necessary settings are present remotely.

review DevOps & Cloud
7
🛠

Render Env Guard

by daniellummis

6

This skill checks your Render service's environment variables before deployment to ensure critical settings are correctly configured and not placeholders.

review AI & LLMs
5
🛠

Ci Flake Triage

by daniellummis

6

This skill analyzes JUnit XML test results to identify and report on flaky tests, helping developers prioritize fixing unstable test cases.

review Marketing & Sales
2
🛠

Tasks Md Sprint Sync

by daniellummis

6

This skill synchronizes tasks between your project's PLAN.md and TASKS.md files to keep your sprint work aligned.

review Productivity & Tasks
0
🤖

Github Actions Actor Reliability Audit

by daniellummis

6

This skill analyzes your GitHub Actions run data to identify which users or bots are associated with the most unreliable or failing automated workflows.

review Git & GitHub
7

About Publisher Scores

Each entry by daniellummis is independently scored by AI across 5 security criteria. Publisher trust is one factor — it doesn't guarantee every entry is safe. Always check the individual score and verdict before installing. How we score →