# Lctio Contrib

> Use when preparing commits, reviewing git history for conventions, or writing pull request summaries for this repository.

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

---


# LCTIO Contrib

Use this skill when your task involves commit hygiene or pull request preparation.

## Commit Style

- Keep each commit scoped to one clear change when practical.
- Use best practices for git commit messages.
- Commit relevant testing and documentation with the corresponding change set.

## Pull Requests

- Summarize the behavior change, not just the files touched.
- List the validation commands you ran.
- Link related issues when they exist.
- Include sample input or output details for TIFF-processing or CLI behavior changes.

## History Check

Before describing conventions, refresh your understanding with `git log --oneline -n 10` instead of assuming the history has not changed.

