continue

Merge reviewed candidate rules and cases into the official Skill Guardian library.

Updated Apr 7, 2026
One-click install
npx skills add https://github.com/yonglunyao/skill-analyse-plugin --skill continue-yonglunyao
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: continue
Source: https://github.com/yonglunyao/skill-analyse-plugin/tree/main/skills/continue
Command: npx skills add https://github.com/yonglunyao/skill-analyse-plugin --skill continue-yonglunyao

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Merges reviewed candidate rules and cases into the official security library to ensure a single, up-to-date governance source and reduce manual reconciliation.

Core Features & Use Cases

  • Read candidate files from skill-guardian/candidates and classify by type (rules, cases).
  • Deduplicate against the existing library and merge non-duplicate items into the official repository.
  • Generate an update report and create Git commits and tags for traceability.

Quick Start

Run the continue command with --quarter {quarter} after you have collected and reviewed candidates.

Frequently Asked Questions about continue

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

FAQPage Schema
How do I merge candidate rules and cases into an official governance library?

To merge candidate rules and cases, the Skill reads candidate files, deduplicates them against the existing official library, and merges non-duplicate items to ensure a single, up-to-date governance source.

How does deduplication work when synchronizing reviewed candidates with a main repository?

Deduplication works by reading collected candidate files from the candidates directory and checking them against existing items in the main repository, merging only non-duplicate entries to prevent redundant rules.

When do I need to run quarterly governance cycle merges for security libraries?

You need to run quarterly governance cycle merges after you have collected and human-reviewed candidate rules and cases, using the command with the specific quarter flag to synchronize updates.

Does the candidate merge process create Git commits and tags for traceability?

Yes, the candidate merge process creates Git commits and tags. This ensures traceable updates and generates an update report after synchronizing the reviewed rules with the official repository.

What is the best way to reduce manual reconciliation of vetted security rules?

The best way to reduce manual reconciliation is automating the merge of reviewed candidate rules into the official security library, ensuring deduplication and generating a traceable update report.

Do I need to review candidate files before merging them into the official repository?

Yes, you must review candidate files before merging. The Skill synchronizes human-reviewed candidates with the main repository during quarterly governance cycles to maintain an official governance source.