What problem does it solve? Sharing local agent session analysis with teammates risks leaking absolute paths, usernames, and verbatim prompt text. This Skill lets you publish specific projects, sessions, or runs to your workspace only after explicit review, with nothing shared by default. ## Core Features & Use Cases - Visual or terminal selection: Pick exactly which projects, sessions, or runs to share via a local picker page or terminal listing, with prompt-text field counts shown per item. - Payload review before sending: Print the exact JSON payload with byte counts, prompt-text counts, and home-path counts before anything leaves the machine. - Privacy redaction: Home directory paths are replaced with ~ and cwd is reduced to its last segment before sharing. - Use Case: A developer wants a colleague to see a failing scheduled run's delivery evidence. They review the payload with --review, confirm the counts, then share just that run with --share run <id> --yes. ## Quick Start Ask the assistant to run qshare with the --pick flag to open the local picker, review the payload, and share only the selected project with your workspace.