mit einem Klick
floe
floe enthält 4 gesammelte Skills von floeorg, mit Repository-Berufsabdeckung und Skill-Detailseiten auf SkillsMP.
Skills in diesem Repository
Run quality gates, /simplify, /rulify, create or update a PR, poll CI, then mark ready. TRIGGER when: (1) the user says "ship it", "ship", or asks to create a PR, OR (2) you have finished implementing a task and are ready to submit it -- invoke this automatically as part of the workflow. DO NOT TRIGGER when: the user just wants to run tests or quality gates without creating a PR.
Clean up after a PR is merged - close the issue, remove the worktree + DB, and sync main. TRIGGER when: the user says "merged", "landed", "done", or confirms a PR has been merged. DO NOT TRIGGER when: the PR is still open or under review.
Review the session's interactions and propose additions/updates to `.claude/rules/` conventions. TRIGGER when: the user asks to review the session, retrospect, or says "retrospective". DO NOT TRIGGER when: the user is asking for a general code review or rule check (use rulify instead).
Cross-check modified code against each rule in .claude/rules/, detect violations, and auto-fix them. Use as a self-check before code review. TRIGGER when: the user wants to check rule compliance, asks for a self-review, or says "rulify". DO NOT TRIGGER when: the user is asking for a general code review unrelated to .claude/rules/.