-
Notifications
You must be signed in to change notification settings - Fork 8
fe agent readiness score
rzp-slash[bot] edited this page May 8, 2026
·
4 revisions
Generated by
/checkfromfe-agent-readyplugin.
Last scored: 2026-05-08
| Pillar | Score | /Max | % | Band |
|---|---|---|---|---|
| Context | 0 | /40 | 0.0% | Not Ready |
| Codebase Quality | 0 | /35 | 0.0% | Not Ready |
| Testing | 5 | /40 | 12.5% | Not Ready |
| Aggregate | 5 | /115 | 4.3% | Not Ready |
| # | Sub-criterion | Score | Max | Key Evidence |
|---|---|---|---|---|
| C1 | AGENTS.md & CLAUDE.md | 0 | /20 | Neither AGENTS.md nor CLAUDE.md exist at repo root. Run /fe-agent-ready:init to generate these files with runnable commands for tests, dev-server, lint, and typecheck. |
| C2 | Skills | 0 | /20 | No .agents/skills/ or .claude/skills/ directories found. Required skills (ui-review, code-security) are missing. Run /fe-agent-ready:init to scaffold them. |
| Q1 | Agentic Reviews | 0 | /15 | No .github/workflows/ directory, no rcore-integration.yml, no ai_pr_reviewer_config.toml. Devstack auto-deploy is N/A (repo in devstack-exceptions). Onboard to Slash PR Reviewer to gain +10. |
| Q2 | Navigation Guidelines | 0 | /5 | No AGENTS.md, CLAUDE.md, or skill files containing architecture/navigation guidance. Run /fe-agent-ready:init to add structure guidance. |
| Q3 | Blade Coverage | 0 | /15 | Repo (react-native-apollo-devtools) is not in the Blade consumer projects domain map — it is a React Native devtools library with no web domain. Could not query Blade coverage. Run /frontend-engineer:migrate-to-blade skill from frontend-engineer plugin if applicable. |
| T1 | UT Coverage | 5 | /20 | Jest configured (react-native preset in package.json). 1 test file found (packages/react-native-apollo-devtools-client/src/__tests__/index.test.tsx) but contains only it.todo('write a test') — no real tests or coverage data. Add coverageThreshold to Jest config and write actual tests. |
| T2 | E2E Coverage | 0 | /20 | No E2E infrastructure found (no Cypress, Playwright, or Detox config/directories). Consider adding Detox for React Native E2E testing. |
Critical (biggest score impact):
- Add
AGENTS.md+CLAUDE.md(symlinked) with runnable dev/test/lint commands → run/fe-agent-ready:init - Onboard to Slash PR Reviewer (add
rcore-integration.ymlGitHub workflow) — contact the Slash team
High:
- Add skills:
ui-review,code-security→ run/fe-agent-ready:init - Write actual unit tests (current test file only has a
todoplaceholder) to unlock coverage scoring (up to +15 points) - Set up E2E tests (Detox for React Native) to gain up to +20 points
Medium:
- Add
ai_pr_reviewer_config.tomlwith custom PR review guidelines (+5) - Add codebase navigation guidelines in
AGENTS.md/CLAUDE.md(+5)
Note: Devstack is N/A for this repo (in devstack-exceptions). Q1 max reduced to /15.