-
Notifications
You must be signed in to change notification settings - Fork 146
fe agent readiness score
rzp-slash[bot] edited this page May 5, 2026
·
5 revisions
Generated by
/checkfromfe-agent-readyplugin.
Last scored: 2026-05-05
| Pillar | Score | /Max | % | Band |
|---|---|---|---|---|
| Context | 0 | /40 | 0.0% | Not Ready |
| Codebase Quality | 0 | /40 | 0.0% | Not Ready |
| Testing | 5 | /40 | 12.5% | Needs Work |
| Aggregate | 5 | /120 | 4.2% | 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 agent context. |
| C2 | Skills | 0 | /20 | No .agents/skills/ or .claude/skills/ directories exist. Run /fe-agent-ready:init to scaffold devstack, ui-review, and code-security skills. |
| Q1 | Agentic Reviews | 0 | /20 | No rcore-integration.yml, no devstack auto-deploy workflow, no ai_pr_reviewer_config.toml. Onboard the repo to Slash PR Reviewer for automated AI code review. |
| Q2 | Navigation Guidelines | 0 | /5 | No CLAUDE.md, AGENTS.md, or skill files to read. Run /fe-agent-ready:init to add structure/architecture guidance. |
| Q3 | Blade Coverage | 0 | /15 | PostHog MCP not installed; razorpay/ifsc is not a frontend consumer project and is not in the Blade coverage domain map. |
| T1 | UT Coverage | 5 | /20 | Tests exist (tests/node/, tests/php/, tests/ruby/). No coverage threshold or coverage report found — no jest/vitest config, no SonarQube setup. Add coverage reporting to CI to get a percentage. |
| T2 | E2E Coverage | 0 | /20 | No Cypress or Playwright config, no e2e/ directory. razorpay/ifsc is a multi-language library — no frontend flows to test. |
Critical (biggest score impact):
- Add
AGENTS.mdandCLAUDE.mdto repo root → run/fe-agent-ready:init(+20 pts potential) - Add required skills (
devstack,ui-review,code-security) → run/fe-agent-ready:init(+15 pts potential) - Onboard to rCore integration (
rcore-integration.yml) → contact Slash team (+10 pts potential)
High:
- Add
ai_pr_reviewer_config.tomlwith custom guidelines → onboard to Slash PR Reviewer (+5 pts) - Add UT coverage reporting (configure coverage flags in
npm test, add SonarQube or Codecov) (+10 pts potential)
Medium:
- Add navigation/architecture guidelines in
AGENTS.md(+5 pts)
Note:
razorpay/ifscis a multi-language library (Node.js, PHP, Ruby, Go) for IFSC code validation — not a traditional frontend app. The Blade coverage and E2E coverage checks are not directly applicable. Focus should be on Context and Agentic Reviews pillars.