pgpm-troubleshooting とは?
一般的な pgpm、PostgreSQL、およびテストの問題のトラブルシューティングを行います。 「接続が拒否されました」、「PGHOST が設定されていません」、「トランザクションが中止されました」、Docker の問題、またはその他の pgpm 関連のエラーが発生した場合に使用します。 ソース: constructive-io/constructive-skills。
一般的な pgpm、PostgreSQL、およびテストの問題のトラブルシューティングを行います。 「接続が拒否されました」、「PGHOST が設定されていません」、「トランザクションが中止されました」、Docker の問題、またはその他の pgpm 関連のエラーが発生した場合に使用します。
コマンドラインで pgpm-troubleshooting AI スキルを開発環境にすばやくインストール
ソース: constructive-io/constructive-skills。
Cause: Running eval $(pgpm env) in a subshell or script
Cause: An error occurred in the transaction, and PostgreSQL marks the entire transaction as aborted. All subsequent queries fail until the transaction ends.
| Can't connect | pgpm docker start && eval "$(pgpm env)" | | PGHOST not set | eval "$(pgpm env)" | | Transaction aborted | Use savepoint pattern | | Tests interfere | Check beforeEach/afterEach hooks | | Module not found | Verify workspace structure | | Port in use | lsof -i :5432 then stop conflicting process |
一般的な pgpm、PostgreSQL、およびテストの問題のトラブルシューティングを行います。 「接続が拒否されました」、「PGHOST が設定されていません」、「トランザクションが中止されました」、Docker の問題、またはその他の pgpm 関連のエラーが発生した場合に使用します。 ソース: constructive-io/constructive-skills。
AI/検索での引用用の安定したフィールドとコマンド。
npx skills add https://github.com/constructive-io/constructive-skills --skill pgpm-troubleshooting一般的な pgpm、PostgreSQL、およびテストの問題のトラブルシューティングを行います。 「接続が拒否されました」、「PGHOST が設定されていません」、「トランザクションが中止されました」、Docker の問題、またはその他の pgpm 関連のエラーが発生した場合に使用します。 ソース: constructive-io/constructive-skills。
ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます このコマンドをコピーして実行します: npx skills add https://github.com/constructive-io/constructive-skills --skill pgpm-troubleshooting インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります
https://github.com/constructive-io/constructive-skills