seis-master-prompt

Govern SEIS Master Prompt changes across architecture, security, documentation, and GitHub controls.

1|Updated Jun 5, 2026
One-click install
npx skills add https://github.com/emirhankudun-ux/SEIS --skill seis-master-prompt-emirhankudun-ux
Or copy as Structured Prompt for Agent▼
Please help me install this Agent Skill.
Skill: seis-master-prompt
Source: https://github.com/emirhankudun-ux/SEIS/tree/main/plugins/seis/skills/seis-master-prompt
Command: npx skills add https://github.com/emirhankudun-ux/SEIS --skill seis-master-prompt-emirhankudun-ux

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve? Changes to the SEIS Master Prompt operating contract touch many surfaces—governance docs, JSON manifests, generated reports, CI workflows, and CODEOWNERS—and it is easy to update one surface while leaving the others inconsistent. This Skill keeps every SEIS Master Prompt change tied to the canonical repository artifacts and the dedicated governance quality gates. ## Core Features & Use Cases - Canonical Surface Mapping: Points to the contract, ADR, checklist, GitHub controls doc, JSON manifests, generated report, and CI workflow so edits land in the right files. - Ordered Workflow: Classifies changes by domain, applies the change checklist, updates source manifests before generated outputs, and refreshes the governance report from its generator script. - Validation Gates: Defines the expected npm checks (check:seis-master-prompt-report, check:seis-master-prompt, check:open-source-governance, quality) and when to escalate from focused checks to the full quality chain. - Use Case: When adding a new GitHub control to the SEIS repo, use this Skill to update the controls manifest, regenerate the governance report, align CODEOWNERS and workflow files, and run the dedicated check before claiming readiness. ## Quick Start Use the SEIS Master Prompt governance workflow to plan and validate my change to the repository's governance documentation and generated report.

Frequently Asked Questions about seis-master-prompt

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

FAQPage Schema
How do I change the SEIS Master Prompt governance contract safely?▼

Classify the change by domain, follow the change checklist in docs/governance, update the source JSON manifests first, then regenerate the governance report with the generator script. Finish by running the dedicated npm checks before claiming the work is validated.

What files must stay in sync when editing SEIS governance artifacts?▼

The contract doc, ADR, change checklist, GitHub controls doc, implementation map, acceptance criteria, controls manifest, generated report, CI workflow, and CODEOWNERS must all reflect the same contract. Source manifests are edited before generated outputs.

Which npm checks validate SEIS Master Prompt changes?▼

Run check:seis-master-prompt-report and check:seis-master-prompt as focused checks, then escalate to check:open-source-governance and the full quality chain when changes affect package scripts, workflows, or public docs.

Can I claim GitHub branch protection is active after updating CODEOWNERS?▼

No. CODEOWNERS and workflow files are governance evidence, not proof that branch protection settings are active on GitHub. You must verify actual GitHub settings or check runs before claiming external readiness.

What actions are restricted when working on SEIS governance?▼

Do not expose secrets, tokens, or .env contents, and do not deploy, merge, push, delete, or rewrite history without explicit maintainer approval. Validation claims must reflect checks that were actually run.