jikime-workflow-verify

Orchestrate multi-phase verification pipelines for software development projects.

5|1|Updated Jan 24, 2026
One-click install
npx skills add https://github.com/jikime/jikime-adk --skill jikime-workflow-verify
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: jikime-workflow-verify
Source: https://github.com/jikime/jikime-adk/tree/main/templates/.claude/skills/jikime-workflow-verify
Command: npx skills add https://github.com/jikime/jikime-adk --skill jikime-workflow-verify

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates comprehensive code verification, ensuring high quality, security, and adherence to standards before code is merged or deployed.

Core Features & Use Cases

  • Multi-Phase Verification: Integrates build checks, type safety, linting, testing, security scanning, LSP Quality Gates, and TRUST 5 compliance.
  • Configurable Profiles: Offers Quick, Standard, Full, and Pre-PR profiles tailored to different development stages.
  • Use Case: Before submitting a pull request for a critical feature, run the 'Pre-PR Profile' to catch all potential issues, from security vulnerabilities to TRUST 5 principle violations, ensuring a clean and robust submission.

Quick Start

Run the full verification profile on the current codebase.

Frequently Asked Questions about jikime-workflow-verify

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

FAQPage Schema
How do I automate code quality and compliance checks before a pull request?

To automate code quality before a pull request, you can run a Pre-PR verification profile. This executes a multi-phase pipeline covering build compilation, type checking, linting, testing, security scanning, and TRUST 5 compliance to ensure a clean submission.

What is a multi-phase verification pipeline for software development?

A multi-phase verification pipeline is an automated quality gate process that sequentially checks build compilation, type safety, linting, automated testing, security vulnerabilities, and LSP Quality Gates to ensure code meets compliance standards before merging.

Can I configure CI/CD pipelines to run different levels of code verification?

Yes, you can integrate this verification pipeline into CI/CD workflows using configurable profiles. It supports Quick, Standard, Full, and Pre-PR profiles tailored to different development stages and agentic workflows for automated quality assurance.

How does an LSP Quality Gate enforce code quality standards?

An LSP Quality Gate enforces code quality by integrating Language Server Protocol diagnostics into the verification pipeline. It checks type safety and linting rules, acting as an automated compliance barrier that code must pass before deployment.

What is the best way to scan for security vulnerabilities during code compilation?

The best way to scan for vulnerabilities during compilation is using a full verification profile. This orchestrates security vulnerability scanning alongside build checks, type checking, and TRUST 5 principle compliance within an automated pipeline.

Does automated code verification work with agentic workflows?

Yes, automated code verification integrates directly with agentic workflows. The multi-phase pipeline orchestrates build checks, testing, and security scanning, allowing autonomous agents to enforce quality gates and TRUST 5 compliance seamlessly.