check-work

Verify code quality, completeness, and architectural compliance in workspace files.

Updated Jul 22, 2023
One-click install
npx skills add https://github.com/ValerianGuivarch/lsr-nestjs-backend --skill check-work-valerianguivarch
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: check-work
Source: https://github.com/ValerianGuivarch/lsr-nestjs-backend/tree/main/.claude/skills/check-work
Command: npx skills add https://github.com/ValerianGuivarch/lsr-nestjs-backend --skill check-work-valerianguivarch

SYSTEM DOCUMENTATION & REQUIREMENTS

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

What problem does it solve?

This Skill addresses the challenge of manually verifying the quality and completeness of code implementations, reducing the risk of issues at the deployment stage.

Core Features & Use Cases

  • Automated Code Review: Offers an automated process for assessing the correctness of recently modified files.
  • Read-Only Assessment: Operates as a read-only tool, ensuring that it never alters files or code during execution.
  • Flexible Triggering: Supports manual triggers post-code changes or automatic execution at the end of an implementation ticket.

Quick Start

Execute the 'check-work' command to validate your codebase after modifications or during ticket closure.

Frequently Asked Questions about check-work

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

FAQPage Schema
How do I automate code review for architectural compliance and testing coverage?

Automated code review verifies code quality and completeness by analyzing architectural compliance, testing coverage, and linting. It requires access to the workspace file to assess recently modified files accurately.

Can I verify Jira ticket acceptance criteria coverage automatically after implementation?

Yes, you can verify Jira ticket acceptance criteria coverage by supplying the ticket to the automated code review process. It checks implementation completeness against the specified acceptance criteria automatically.

Does automated code review modify files during the quality assurance check?

Automated code review operates as a strictly read-only tool, ensuring that it never alters files or code during the quality assurance execution. It only analyzes and reports on workspace state.

What is the best way to validate codebase modifications before continuous integration deployment?

Validating codebase modifications before continuous integration is best handled by triggering an automated code review post-code changes. This implementation validation checks linting and architectural compliance.

When should I trigger automated code quality checks during the development workflow?

You should trigger automated code quality checks manually after making post-code changes or automatically at the end of an implementation ticket closure to ensure completeness before deployment.

What limitations exist when validating implementation completeness with a read-only tool?

The primary limitation of a read-only validation tool is that it can only assess and report on implementation completeness without fixing architectural compliance or testing coverage gaps automatically.