# Lineage Open Source Review Guardrails

> Use when creating or reviewing Lineage issues, pull requests, contribution docs, release notes, labels, milestones, project-board updates, or maintainer decisions. Apply general code-review/contribution practice first, then enforce these Lineage-specific open-source rules.

- Skill: `agentic-lineage/lineage-open-source-review-guardrails` (Agent Skill)
- Install (CLI): `npx skillmds@latest add agentic-lineage/lineage-open-source-review-guardrails`
- Raw SKILL.md: https://api.skillmd.com/api/skills/agentic-lineage/lineage-open-source-review-guardrails/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: agentic-lineage (https://skillmd.com/u/agentic-lineage)
- Updated: 2026-09-22
- Page: https://skillmd.com/skills/agentic-lineage/lineage-open-source-review-guardrails

---


# Lineage Open Source Review Guardrails

Lineage should be easy to contribute to without letting quality, safety, or roadmap clarity drift.

## Contribution Rules

- Contributors should assign an issue before starting work.
- PRs should target `develop` and link the assigned issue, except maintainer-only housekeeping.
- Every PR should include relevant tests added/updated, or a clear no-test reason.
- Keep project-board status simple: `Todo`, `In Progress`, `Under Review`, `Done`.
- Milestones are goals, not dates.
- Keep labels small and meaningful: `bug`, `enhancement`, `documentation`, `security`, `critical`, `needs:decision`.

## Review Standard

Review for correctness first, then safety, tests, maintainability, and documentation.

Look especially for:

- package inputs treated as trusted;
- provider-specific behavior leaking into core;
- missing tests for safety or idempotency;
- CLI output that cannot be inspected or tested;
- docs that imply future capabilities are already implemented;
- accidental disclosure of private roadmap, secrets, credentials, or machine-local state.

## Public Voice

- Keep public docs focused on the agent-environment distribution layer.
- Avoid overpromising marketplace, enterprise, billing, cloud, vector DB, or workflow-engine capabilities.
- Prefer plain explanations of what currently works, what is experimental, and what is intentionally out of scope.

## Maintainer Checklist

Before merge:

- Linked issue is assigned or the PR is explicit maintainer housekeeping.
- Required checks pass.
- Tests match the risk of the change.
- Branch target is `develop`.
- Safety checklist is credible, not just checked.

