-
Notifications
You must be signed in to change notification settings - Fork 146
fe agent readiness score
rzp-slash[bot] edited this page May 8, 2026
·
5 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 | /20 | 0.0% | Not Ready |
| Testing | 5 | /40 | 12.5% | Not Ready |
| Aggregate | 5 | /100 | 5.0% | Not Ready |
| # | Sub-criterion | Score | Max | Key Evidence |
|---|---|---|---|---|
| C1 | AGENTS.md & CLAUDE.md | 0 | /20 | Neither AGENTS.md nor CLAUDE.md exists at repo root. Run /fe-agent-ready:init to generate these files with runnable command hints. |
| C2 | Skills | 0 | /20 | No .agents/skills/ or .claude/skills/ directories. No valid skills found. Run /fe-agent-ready:init to scaffold ui-review and code-security skills. |
| Q1 | Agentic Reviews | 0 | /15 | No rcore-integration.yml, no ai_pr_reviewer_config.toml. Devstack auto-deploy check N/A (ifsc in devstack-exceptions). Onboard repo to Slash PR Reviewer to gain up to 15 points. |
| Q2 | Navigation Guidelines | 0 | /5 | No CLAUDE.md, AGENTS.md, or skill files present — nowhere to add codebase navigation guidance. Run /fe-agent-ready:init to create these files first. |
| Q3 | Blade Coverage | N/A | /0 |
ifsc is in blade-exceptions — Blade coverage not applicable for this repo. |
| T1 | UT Coverage | 5 | /20 | Tests exist (tests/node/bank_test.js, client_test.js, validator_test.js). No coverage tooling (jest/vitest/nyc) found — coverage % unknown. Add a coverage reporter (e.g. nyc or c8) to measure and enforce thresholds. |
| T2 | E2E Coverage | 0 | /20 | No E2E setup found (no cypress/playwright config, no e2e/ directory). This is a library with no frontend UI — E2E coverage is not applicable. |
Critical (biggest score impact):
-
AGENTS.mdandCLAUDE.mdare both missing — run/fe-agent-ready:initto set up agent-readiness docs (+20 pts potential) - No valid skills exist — run
/fe-agent-ready:initto scaffoldui-reviewandcode-securityskills (+up to 20 pts potential) - No rCore integration — onboard to Slash PR Reviewer to enable automated agentic PR reviews (+15 pts potential)
High:
- No UT coverage tooling — add
nycorc8to get quantified coverage; if coverage is >50%, that's another +5 pts - No navigation/architecture guidance in any context files — run
/fe-agent-ready:init(+5 pts potential)
Medium:
- Add
ai_pr_reviewer_config.tomlwith custom guidelines for the IFSC library domain (+5 pts potential)
Note:
razorpay/ifscis a multi-language IFSC validation library (Node.js, Ruby, PHP, Go) — not a traditional frontend SPA. Blade Coverage (blade-exceptions) and Devstack checks (devstack-exceptions) are N/A. The biggest wins are on the Context pillar (AGENTS.md, skills).