Skip to main content
clice-io
GitHub creator profile

clice-io

Repository-level view of 14 collected skills across 2 GitHub repositories.

skills collected
14
repositories
2
updated
Aug 8, 2026
repository explorer

Repositories and representative skills

upgrade-llvm
software-developers

Complete workflow for upgrading the prebuilt LLVM packages clice depends on — build-llvm CI, API adaptation, release-llvm pruning, changelog. Arg = target version, e.g. 22.1.4.

Aug 7, 2026
write-tests
software-quality-assurance-analysts-and-testers

How to write clice integration tests (TypeScript/vitest) — fixture forms, Workspace/CliceClient API, snapshot workflow, hard rules and known pitfalls. Read BEFORE writing or modifying anything under tests/.

Aug 7, 2026
build
software-developers

Build clice. Optional arg = build type (Debug | RelWithDebInfo, default RelWithDebInfo). Runs in a forked context — compile output and mechanical fixes stay out of the main conversation; only the outcome returns.

Aug 6, 2026
cpp-style
software-developers

clice C++ coding conventions — redundancy elimination (the rule we care most about), file organization, error/defense policy, template deduction and type-trait rules, naming, logging, modern C++/LLVM API preferences. Read BEFORE writing or modifying any C++…

Aug 6, 2026
format
software-developers

Format all project source files (C++, Python, Lua, JS/TS, Markdown, JSON, TOML, YAML). Run before every commit.

Aug 6, 2026
pr
software-developers

The full pipeline from "code is ready" to "ready to merge" — pre-push verification, three-way self-review, opening the PR, watching CI and review threads. Read BEFORE committing, opening a PR, or checking on an open one.

Aug 6, 2026
release
software-developers

Operate the three-tier release process — instant builds, nightlies, stable releases — plus crash-log symbolization. Read before touching anything release-related. Hard rule — tags and manual releases need explicit maintainer approval first.

Aug 6, 2026
resolve-comments
software-developers

Pull unresolved review threads of the current PR, apply the fixes in the worktree, resolve the threads, and return a compact summary. Runs in a forked context so the GraphQL plumbing and comment bodies never touch the main conversation.

Aug 6, 2026
Showing 8 of 9 collected skills.
Showing 2 of 2 repositories
All repositories loaded