[PR #766] Add NHS Agentic Readiness Check to Monitoring #2720

Open
opened 2026-04-21 04:58:36 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/sdras/awesome-actions/pull/766
Author: @unitedideas
Created: 4/17/2026
Status: 🔄 Open

Base: mainHead: add-nhs-score-check-action


📝 Commits (1)

  • b8bfae6 Add NHS Agentic Readiness Check action to Monitoring

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

Adds NHS Agentic Readiness Check to the Monitoring section.

A composite GitHub Action that fetches your site's agentic readiness score from Not Human Search (scores across 7 signals: llms.txt, OpenAPI, ai-plugin, MCP, structured API, robots.txt, schema.org) and fails the build if the score drops below a configurable threshold.

Use case: if a deploy accidentally breaks your llms.txt or drops your OpenAPI spec, the action flags it before production. Like Lighthouse CI but for agent-readability instead of human-browser-performance.

Usage:

- uses: unitedideas/nhs-score-check-action@v1
  with:
    domain: example.com
    min-score: 75
  • MIT licensed, self-test workflow passes
  • Posts a signal-breakdown table to $GITHUB_STEP_SUMMARY
  • Inputs: domain, min-score, recrawl; outputs: score, signals, report-url

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/sdras/awesome-actions/pull/766 **Author:** [@unitedideas](https://github.com/unitedideas) **Created:** 4/17/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `add-nhs-score-check-action` --- ### 📝 Commits (1) - [`b8bfae6`](https://github.com/sdras/awesome-actions/commit/b8bfae60eaea3e0641e740b8dd2b132a10ab77e0) Add NHS Agentic Readiness Check action to Monitoring ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description Adds [NHS Agentic Readiness Check](https://github.com/unitedideas/nhs-score-check-action) to the **Monitoring** section. A composite GitHub Action that fetches your site's agentic readiness score from [Not Human Search](https://nothumansearch.ai) (scores across 7 signals: llms.txt, OpenAPI, ai-plugin, MCP, structured API, robots.txt, schema.org) and fails the build if the score drops below a configurable threshold. **Use case:** if a deploy accidentally breaks your `llms.txt` or drops your OpenAPI spec, the action flags it before production. Like Lighthouse CI but for *agent-readability* instead of human-browser-performance. **Usage:** ```yaml - uses: unitedideas/nhs-score-check-action@v1 with: domain: example.com min-score: 75 ``` - MIT licensed, self-test workflow passes - Posts a signal-breakdown table to `$GITHUB_STEP_SUMMARY` - Inputs: `domain`, `min-score`, `recrawl`; outputs: `score`, `signals`, `report-url` --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-21 04:58:36 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-actions#2720