skills/ralph-knowledge-merge-and-promotion/SKILL.md
Ralph-v2 knowledge extraction, staging, merge, and promotion reference. Use when running Librarian EXTRACT, STAGE, or PROMOTE modes, applying merge rules, writing extracted frontmatter, or promoting staged knowledge into `.docs`.
npx skillsauth add arisng/github-copilot-fc ralph-knowledge-merge-and-promotionInstall this skill globally with one command. Works with Claude Code, Cursor, and Windsurf.
3 of 9 scanners reported clean
Some scanners were skipped, did not run, or reported a non-clean status. Review each row below.
This skill contains the deterministic parts of Ralph-v2's knowledge pipeline.
iterations/<N>/knowledge/knowledge/.docs/| Gate | Mode | Creates If Missing |
|------|------|--------------------|
| 0 | EXTRACT | iterations/<N>/knowledge/ + Diátaxis subdirs |
| 1 | STAGE | knowledge/ + Diátaxis subdirs |
| 2 | PROMOTE | .docs/ + Diátaxis subdirs |
If auto-creation or validation fails, return blocked.
---
category: tutorials | how-to | reference | explanation
source_session: <SESSION_ID>
source_iteration: <N>
source_artifacts:
- iterations/<N>/tasks/task-3.md
extracted_at: <ISO8601>
staged: false
staged_at: null
promoted: false
promoted_at: null
---
| Case | Condition | Action | |------|-----------|--------| | New file | No matching filename in target | Copy directly | | Source newer | Source timestamp greater than target | Overwrite target | | Target newer | Target timestamp greater than source | Skip | | Content overlap | Same category and >50% H2/H3 heading overlap | Append unique sections | | Contradictory content | Same heading, different body | Newer content wins |
## Knowledge Progress if missing.iterations/<N>/knowledge/index.md.knowledge/index.md.plan-knowledge-staging.INFO + target: Librarian + SKIP_PROMOTION:..docs/.diataxis-categorizer for sub-category resolution.knowledge/index.md and .docs/index.md.devops
Programmatically create tldraw whiteboards and visualize them with a self-hosted tldraw instance. Create boards with shapes, text, and connectors, then deploy to a self-hosted server for collaborative editing and gallery management.
tools
Execute Google Cloud Platform operations using the gcloud CLI (and gsutil/bq where applicable). Use when the user wants to: authenticate with GCP, manage GCP resources, deploy applications, configure projects or IAM, view logs, run SQL/BigQuery, or interact with any GCP service from the command line. Triggers on phrases like "gcloud", "Google Cloud CLI", "deploy to GCP", "create a VM", "Cloud Run", "GKE cluster", "Cloud Storage bucket", "set GCP project", "service account", "Cloud Functions", "App Engine deploy", or any request to manage Google Cloud resources via command line.
testing
Grilling session that challenges your plan against the existing domain model, sharpens terminology, and updates documentation (CONTEXT.md, ADRs) inline as decisions crystallise. Use when user wants to stress-test a plan against their project's language and documented decisions.
development
Session-scoped git commit orchestrator that commits only current-session changes and leaves unrelated dirty worktree edits untouched. Inherits git-atomic-commit for atomic grouping and commit message execution, and git-commit-scope-constitution for scope governance and validation. Use when asked to commit this session only or isolate commits from mixed worktree state.