بنقرة واحدة
comment-system-builder
Use when building or extending the comment/reply system
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
القائمة
Use when building or extending the comment/reply system
التثبيت باستخدام Codex أو Claude انسخ هذا Prompt والصقه في Codex أو Claude أو مساعد آخر ليراجع صفحة Skill ويثبّتها لك.
استنادا إلى تصنيف SOC المهني
| name | comment-system-builder |
| description | Use when building or extending the comment/reply system |
skill_id)comment_id)comment.deleted_at = datetime.utcnow() # Don't actually delete
Display: "This comment has been deleted" if deleted_at is set.
comment_votes table (composite PK: comment_id + user_id). upvote_count denormalized on comments table.
libs/db/skillhub_db/models/social.pyapps/api/skillhub/routers/social.pyRecord browser-based feature demos as GIFs via Playwright and optionally document them in docs/features/index.md. Trigger with "Demo <feature>" or "Demo and Document <feature>".
Use when creating service modules in apps/api/skillhub/services/
Use when writing API tests in apps/api/tests/
Use when implementing division-based access control on any endpoint
Use when adding services to docker-compose.yml or creating Dockerfiles
Use when implementing error handling across the API, frontend, or MCP server