Skip to content
rd-skills
All skills

frontend-api-integration

FoundationJIT only

task-agent: use when frontend API loading, cancellation, retries, auth expiry, pagination, stale data, errors, or optimistic updates change; skip when no integration changes.

Group
Frontend engineering
Supported roles
MainAnalysisTaskReview
Source
SKILL.md

Use when

Trigger signals that make this skill the right owner

  • integrate frontend with API loading caching errors retries and optimistic updates

Do not use when

Anti-triggers — as binding as the triggers above

  • no task-local frontend api integration decision is required

Required inputs

What must be supplied before this skill can decide anything

  • current task contract
  • selected primary Professional Skill
  • task-local trigger evidence

Output contract

What this skill owes the next role

  • frontend integration decision with request identity, API mapping, session-expiry behavior, cancellation, cache and pagination semantics, optimistic reconciliation, negative-path evidence, and residual owners

Escalation signals

When this skill must hand the decision back

  • Integration gaps create stale views duplicate requests and misleading UI states

Loaded by

This skill never owns a task. These professionals may pull it in as Layer 3.

Targeted references

Each reference carries its own load condition. None of them enter context by default.

ReferenceLoad whenDo not load whenRequired by
benchmarks-and-patterns.mdbenchmark-patternCancellation, retry, caching, or response-mapping strategies remain open.No remote request lifecycle behavior changes.Task
checklist.mddecision-checklistUI operations span auth expiry, conflicts, pagination, or optimistic rollback.The change performs only synchronous local computation.Task
evidence-patterns.mdevidence-patternIntegration claims require fresh clients, schemas, mocks, and race tests.No operation-lifecycle or contract claim needs proof.Task