work-post

Verify code quality, build status, security, and database changes post-implementation.

Updated Sep 12, 2023
One-click install
npx skills add https://github.com/byunghak-dable/.dotfiles --skill work-post
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: work-post
Source: https://github.com/byunghak-dable/.dotfiles/tree/main/claude/.claude/skills/work-post
Command: npx skills add https://github.com/byunghak-dable/.dotfiles --skill work-post

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill automates the comprehensive verification of code quality, build status, security vulnerabilities, and database integrity after implementation and before committing changes.

Core Features & Use Cases

  • Automated Code Review: Checks for logic errors, edge cases, and adherence to defined rules.
  • Build and Test Verification: Ensures code passes type checks, linting, building, and testing stages.
  • Security Scanning: Identifies hardcoded secrets and potential injection vulnerabilities.
  • Database Integrity Check: Validates migration safety, query performance, and schema design.
  • Use Case: Before pushing a feature, run this Skill to get a full report on code quality, security, and build status, ensuring a clean and robust commit.

Quick Start

Run the work-post skill to perform a comprehensive check on your recent code changes.

Frequently Asked Questions about work-post

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

FAQPage Schema
How do I automate code review and security checks before committing changes?

Automate post-implementation verification by running a multi-agent parallel process that analyzes git diffs to perform code review, security scanning, and database checks before committing changes. It aggregates results into an overall PASS, NEEDS ATTENTION, or FAIL status.

What is multi-agent parallel verification for code quality?

Multi-agent parallel verification is a process that invokes specialized agents to simultaneously check code quality, build and test status, security vulnerabilities, and database integrity, aggregating their findings into a single comprehensive validation report.

Can I check database migration safety and query performance automatically?

Yes, automated database integrity checks validate migration safety, query performance, and schema design by analyzing your project changes and invoking a specialized database agent to detect potential issues before pushing.

How do I detect hardcoded secrets and injection vulnerabilities in my code?

Detect hardcoded secrets and injection vulnerabilities by running a security scanning agent that analyzes your git diff and identifies potential security flaws as part of a comprehensive post-implementation verification process.

Does this code validation process work with different project types?

Yes, the verification process automatically detects project types from git diffs and adapts its build, test, lint, and type checking stages accordingly, ensuring the validation suits your specific platform and context.

What should I do if my code receives a NEEDS ATTENTION status?

A NEEDS ATTENTION status indicates issues like lint warnings or minor code quality problems were found. The verification report provides specific guidance for issue remediation to help you resolve these before committing.