mirror of
https://github.com/sdras/awesome-actions.git
synced 2026-07-16 19:42:13 -05:00
[PR #766] Add NHS Agentic Readiness Check to Monitoring #13893
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/sdras/awesome-actions/pull/766
Author: @unitedideas
Created: 4/17/2026
Status: 🔄 Open
Base:
main← Head:add-nhs-score-check-action📝 Commits (1)
b8bfae6Add 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.txtor drops your OpenAPI spec, the action flags it before production. Like Lighthouse CI but for agent-readability instead of human-browser-performance.Usage:
$GITHUB_STEP_SUMMARYdomain,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.