Agent Lighthouse ships as a composite action through the repository root action.yml.
name: Agent Lighthouse
on:
pull_request:
branches: [main]
jobs:
agent-lighthouse:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ForkPoint/agent-lighthouse@main
with:
url: https://staging.example.com
preset: ecommerce
min-score: "85"
github-token: ${{ secrets.GITHUB_TOKEN }}For production repositories, pin a tag instead of main after the release is cut:
- uses: ForkPoint/agent-lighthouse@v2.0.0Name:
Agent Lighthouse Audit
Description:
Audit websites for AI-agent readiness, LLM crawler access, MCP discovery, WebMCP, and Schema.org signals in CI.
Categories:
Code Quality, Testing, Utilities