project-flow-ops

project-flow-ops is a skill for Claude Code, Codex from jxoesneon/Ciel. It costs 33 tokens per session (526 once invoked), scanned A, original, Apache-2.0.

A coordination process for sorting GitHub issues and pull requests with internal work trackers such as Linear or Jira.

In plain words
What is it for?
It is for backlog triage, pull-request classification, checking diffs and continuous-integration status, and creating internal tasks for scheduled work.
Why use it?
It helps teams decide what should be merged, rebuilt, closed, or postponed, using the actual code changes and CI results.

Skill for Claude CodeCodex

Written for no agent in particular: nothing here depends on one. Also seen: mentions subagents.

Good fit It is for backlog triage, pull-request classification, checking diffs and continuous-integration status, and creating internal tasks for scheduled work.

Compare 6 skills from other repositories ↓
Install with agentmods
npx agentmods add skills/jxoesneon/ciel/project-flow-ops
Install

Getting it into your agent

One page per mod, every tool's command on it. A separate URL per tool would split the same page into five that compete with each other.

Any agent
npx skills add jxoesneon/Ciel --skill project-flow-ops
Clone the repo
git clone --depth 1 https://github.com/jxoesneon/Ciel

Made for: Claude Code, Codex.

Wrote this? Show the measurements

A badge with what this costs and how it scanned, read live from this page, so it follows the numbers instead of freezing them. Markdown for a README, HTML for a documentation site or a project page.

agentmods badge for project-flow-ops

README.md
[![agentmods](https://agentmods.dev/badge/skills/jxoesneon/ciel/project-flow-ops/github.svg)](https://agentmods.dev/skills/jxoesneon/ciel/project-flow-ops)
Your own site
<a href="https://agentmods.dev/skills/jxoesneon/ciel/project-flow-ops"><img src="https://agentmods.dev/badge/skills/jxoesneon/ciel/project-flow-ops/github.svg" alt="Measured on agentmods" height="20"></a>

Or the 80×15 button, for a site that already has a row of RSS and ATOM ones. Only the verdict fits; the numbers stay here.

agentmods 80×15 button for project-flow-ops

Your own site · 80×15
<a href="https://agentmods.dev/skills/jxoesneon/ciel/project-flow-ops"><img src="https://agentmods.dev/badge/skills/jxoesneon/ciel/project-flow-ops.svg" alt="Reviewed on agentmods" width="80" height="20"></a>
Per session 33 Skills are progressive disclosure: only the name and description are preloaded; the body loads when the skill is used.
When invoked 526 The whole file, excluding the scripts and references it only reads on demand.
Security scan A 0 findings. A grade says what 26 rules found in the file — not that it is safe.
Origin original No closer match found in the catalogue.
Token cost

What it costs to keep this loaded

Counted locally with the o200k_base tokenizer, which is exact for GPT models; Claude uses its own tokenizer and its counts differ. Treat this as one consistent yardstick across the catalogue rather than a bill. Prices are per million input tokens.

ModelPer sessionOnce invoked
Fable 5.1 $0.00033 $0.00526
Opus 5 $0.00016 $0.00263
Sonnet 5 $0.00007 $0.00105
Haiku 4.5 $0.00003 $0.00053

Measured 8d ago against content hash 76c271e53f4d, method: parsed. Prices are Anthropic first-party input rates as of 2026-09-11, from the pricing page.

Security

Grade A, and why

project-flow-ops scanned grade A with 0 findings against 26 rules in 11 categories — prompt injection, anti-refusal, data exfiltration, privilege escalation, supply chain, agent snooping, system-prompt leakage, SSRF and excessive agency — measured 8d ago.

A static scan of the body, not an audit. Every finding is printed with the line that produced it so you can judge whether it matters here. A mod is markdown that instructs an agent; that is exactly why what it instructs is worth reading.

Nothing flagged

None of the 26 patterns this scan looks for appear in this file: no shell pipes, no recursive deletes, no credential paths, no hidden text, no instruction-override or anti-refusal phrasing, no agent-config snooping. That is not a guarantee, it is the absence of the things that are checkable.

skills/project-flow-ops/SKILL.md · 52 lines

What it actually says

CIEL ADAPTATION: Project Flow Ops (Backlog & Triage)

This skill manages the coordination between public surfaces (GitHub) and internal execution surfaces (Linear/Jira). It is used to rationalize backlogs and decide which items deserve active execution.

Classification Matrix

Every incoming issue or PR MUST be classified into one of these buckets:

  • Merge: Self-contained, green CI, follows standards, ready for main.
  • Port/Rebuild: Valuable logic/idea, but requires manual implementation via a CIEL sub-agent to ensure quality standards.
  • Close: Out of scope, stale, unsafe, or redundant.
  • Park: Valid but not prioritized for the current epic.

The Execution Bridge

  • GitHub: Public truth and community feedback.
  • Internal Tracker: Execution truth. Create an internal task ONLY if the work is scheduled, delegated, or requires cross-functional tracking.

Operational Rules

  • Diff-First: Never classify a PR based on its description alone; the Orchestrator MUST read the full diff.
  • CI Dependency: Do not mark an item as "Merge-Ready" if the CI is red.
  • Product Alignment: If the real blocker is architectural or product direction, escalate to the human user rather than attempting to fix it with code.

Anti-Patterns

  • Mechanical Mirroring: Creating an internal task for every trivial GitHub comment or "Thank You" issue.
  • Blind Merging: Merging external PRs without a full CIEL security and quality audit.
  • Notification Noise: Fanning out every minor issue update to multiple internal channels.
Changes

What this file has done since we first saw it

Hashed on every crawl. A supply-chain change to an agent config is a question of when, not whether, so the history is kept rather than the latest state alone.

  1. 8d ago First seen · 52 lines · 33 tokens per session scan A 76c271e53f4d

Subscribe to this mod's changes

project-flow-ops is a skill published in the GitHub repository jxoesneon/Ciel (1 stars, last pushed 4d ago), licensed Apache-2.0. It adds 33 tokens to every session and 526 once invoked, about $0.0002 per session on Opus 5. A static security scan graded it A with 0 findings. No closer match exists in the catalogue, so it is treated as the original; first seen 2026-09-03.

Related

Other skills, from other repositories