PostHog/posthog✦ 精选0°

hogli

仓库创建 2020年1月24日最近提交 3 小时前SkillHot 收录 3 小时前
▸ 精选理由

快速执行与调试常用命令,减少记忆成本,适合贡献者与 CI 调试

这个 Skill 做什么

PostHog 项目统一的开发者 CLI,封装所有仓库脚本和工具

把所有仓库脚本、bin 命令和常用开发流程都包在一个 CLI 里,运行、构建、测试和 lint 全在 hogli 下执行。开发时查命令、搭环境或调试流程就用它,不用在多个 Makefile 或零散脚本间来回找。它的特点是把零散命令统一成一个入口,新同事只需看 hogli --help 就能上手。

▸ 展开 SKILL.md 英文原文

PostHog developer CLI and repo tooling reference. Use when the user mentions hogli, asks about repo CLI tools, bin scripts, Makefiles, how to run/build/test/lint, or any dev environment commands.

开发编程开发 CLI仓库工具测试运行通用
3.7w
Stars
3.1k
Forks
40
仓库内 Skill
积累中
7 日增星
安装 / 使用
给你的 Agent 一句话(通用)
帮我安装这个 skill:https://raw.githubusercontent.com/PostHog/posthog/master/.agents/skills/hogli/SKILL.md
或 curl 直取 SKILL.md
curl -fsSL "https://raw.githubusercontent.com/PostHog/posthog/master/.agents/skills/hogli/SKILL.md"
SKILL.MD 节选查看完整文件 ↗
# hogli - PostHog Developer CLI

Unified CLI for PostHog development. Wraps all repo scripts, bin commands, and tooling behind a single entry point. There is no Makefile — hogli is the equivalent.

Run `hogli --help` to get the full, current command list. Run `hogli <command> --help` for any subcommand.

## Process logging (for agents/debugging)

Where logs land depends on how the stack was launched:

**Detached (`hogli up -d`)** — phrocs writes files under `.posthog/.generated/logs/` on every boot:

- `phrocs.log` — the daemon's own stdio; the place to look when phrocs died at startup and the phrocs MCP tools are unreachable.
- `<process>.log` — per-process output (truncated on each start),
via SKILL·HOT · 数据来自 GitHub 公开信息 · 原文版权归作者所有