task-review

Review Next.js frontend task implementations against requirements and technical standards.

Updated May 21, 2026
One-click install
npx skills add https://github.com/caiohbfurtado/apac-web --skill task-review-caiohbfurtado
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: task-review
Source: https://github.com/caiohbfurtado/apac-web/tree/main/.agents/skills/task-review
Command: npx skills add https://github.com/caiohbfurtado/apac-web --skill task-review-caiohbfurtado

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) and assets (resource) components.

What problem does it solve?

This Skill ensures that completed frontend tasks in the Next.js project meet all quality, architectural, and functional requirements before they are considered finished.

Core Features & Use Cases

  • Automated Validation: Runs linting, build checks, and type validation to ensure code stability.
  • Requirement Verification: Compares implementation against task-specific PRDs, tech specs, and project-wide coding standards.
  • Use Case: After finishing a feature implementation, use this Skill to generate a structured review artifact that identifies bugs, accessibility gaps, or deviations from the project's design system.

Quick Start

Use the task-review skill to validate the implementation of the most recent task in the tasks directory.

Frequently Asked Questions about task-review

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I validate frontend code quality in a Next.js environment before finishing a task?

To validate frontend code quality in a Next.js environment, run automated linting, build checks, and TypeScript type validation against project requirements to ensure production readiness and architectural compliance.

What is frontend task validation against technical standards and PRDs?

Frontend task validation compares a completed implementation against task-specific PRDs, tech specs, and project-wide coding standards to identify bugs, accessibility gaps, or design system deviations.

Does this code review process check for adherence to project design systems and architecture?

Yes, the code review process evaluates architectural compliance and design pattern adherence by comparing the implementation directly against established project-wide coding standards and technical specifications.

How do I generate a structured review artifact for a completed Next.js feature implementation?

To generate a structured review artifact, evaluate specific task files for code quality and build integrity, producing a language-localized output that highlights bugs and production readiness issues.

Can I use TypeScript type validation to ensure frontend task stability before considering it finished?

Yes, you can use TypeScript type validation alongside automated build checks to ensure code stability and verify that the frontend task implementation meets all required functional standards before completion.