SkillAgentSearch skills...

Owners

CLI tool to inspect CODEOWNERS files: show unowned and owned directories, get owned paths for a user, find owners for a given path

Install / Use

/learn @orsinium-labs/Owners
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

owners

CLI tool to inspect CODEOWNERS files: show unowned and owned directories, get owned paths for a user, find owners for a given path.

Installation

python3 -m pip install owners

Usage

Show paths owned by the given user or group:

python3 -m owners owned-by @some-user-name

Show owners of the given file or directory:

python3 -m owners owners-of some/local/path

Print a colorful tree of all directories and their owners:

python3 -m owners tree
View on GitHub
GitHub Stars12
CategoryProduct
Updated1y ago
Forks1

Languages

Python

Security Score

80/100

Audited on Mar 25, 2025

No findings