上传你的 Claude Code PUA session 数据(.jsonl),帮助我们改进 skill。数据上传前自动脱敏处理。 Upload your Claude Code PUA session data (.jsonl) to help improve the skill. Data is auto-sanitized before upload.
PUA Skill 的 session 文件是 Claude Code 自动保存的 .jsonl 会话记录。
PUA Skill session files are .jsonl conversation records automatically saved by Claude Code.
ls -t ~/.claude/projects/*/*.jsonl | head -10
~/.claude/projects/<项目hash>/<session-uuid>.jsonl,取最新的一个。
Path: ~/.claude/projects/<project-hash>/<session-uuid>.jsonl — pick the most recently modified.
%USERPROFILE%\.claude\projects\
.jsonl。
Paste into Explorer's address bar → open subfolder → sort by date modified → pick the latest .jsonl.
PUA生效 或 pua 关键词
Open with a text editor and search for PUA生效 or pua
transcript_path 路径
You can also use the transcript_path printed by Claude Code at startup
使用 GitHub 账号登录后即可上传数据。我们只读取你的用户名和头像,不访问任何仓库。 Log in with your GitHub account to upload data. We only read your username and avatar — no repository access.
Login with GitHub上传 .jsonl 格式的 session 文件。文件上传后服务端自动脱敏。最大 50MB。 Upload your .jsonl session file. Server-side sanitization runs automatically after upload. Max 50MB.
OpenPUA is an open-source Claude Code skill that forces your AI agent into exhaustive problem-solving using corporate PUA-style pressure escalation. Instead of accepting "I can't solve this" after 1-2 attempts, the PUA skill makes Claude Code try every possible approach.
The PUA Debugging Skill is a Claude Code extension that applies structured pressure to AI coding agents. It uses a 4-level escalation system, a mandatory 7-item checklist, and a 5-step systematic debugging methodology. The skill was tested across 9 real-world debugging scenarios with 18 controlled A/B experiments.
Install the PUA skill with a single command:
claude install-skill github:BestRivenHK/ali-pua/skills/pua-debugging
Compatible with Claude Code, OpenAI Codex CLI, Cursor, Windsurf, and any agent supporting the Agent Skills specification.
Yes. In controlled testing across 9 real-world scenarios, the PUA skill significantly increased successful problem resolution by preventing premature surrender. The AI agent explored 3-4x more solution paths before concluding a task.
Yes, the PUA Debugging Skill is completely free and open-source under the MIT license.
It works with Claude Code (official), OpenAI Codex CLI, and any agent that supports the Agent Skills spec (SKILL.md format).