Skip to main content
Execute qualquer Skill no Manus
com um clique
feel-flow
Perfil de criador do GitHub

feel-flow

Visão por repositório de 39 skills coletadas em 5 repositórios do GitHub.

skills coletadas
39
repositórios
5
atualizado
2026-07-24
explorador de repositórios

Repositórios e skills representativas

Mostrando as 8 principais de 12 skills coletadas neste repositório.
error-handling-standards
Desenvolvedores de software

Enforces error handling standards: silent error prohibition, custom error class hierarchy (AppError base with ValidationError, NotFoundError, InternalError), Result pattern (Result.ok/Result.fail), proper try-catch with error type checking, structured error logging with context metadata, and HTTP status code mapping. Use when implementing error handling, reviewing catch blocks, or designing error responses.

2026-05-07
code-review-standards
Analistas de garantia de qualidade de software e testadores

Enforces project coding standards during code review: naming conventions (PascalCase for classes, camelCase for methods/variables, UPPER_SNAKE_CASE for constants, kebab-case for files), standard file structure, anti-magic-number policy, file size limits (500/800 lines), security patterns, and design patterns. Use when reviewing code, writing new code, or checking adherence to project conventions.

2026-04-27
test-patterns
Analistas de garantia de qualidade de software e testadores

Guides test implementation following the test pyramid (75% unit, 20% integration, 5% E2E), Arrange-Act-Assert pattern, and project coverage thresholds (branches 70%, functions 80%, lines 80%, statements 80%). Covers test naming conventions, test independence, mock and stub patterns, test data management with fixtures and builders, and CI integration. Use when writing tests, reviewing test code, or setting up test infrastructure.

2026-04-27
skill-authoring-safety
Desenvolvedores de software

Creates and reviews agent skills safely by enforcing deletion-prevention harness rules: no fixed absolute temp paths, no cwd-dependent cleanup, no wildcard deletes, no workspace-external file operations, no silent cleanup failures, and mandatory temp-root validation before any destructive command. Use when creating a new skill, updating an existing SKILL.md, or reviewing prompts/runbooks that include temp files, extraction, cleanup, PowerShell, bash, rm, del, Remove-Item, or archive expansion.

2026-04-27
code-review
Analistas de garantia de qualidade de software e testadores

プロジェクトガイドラインへの準拠をチェックし、バグ、スタイル違反、コード品質問題を検出する。PRレビュー時に使用。

2026-02-12
code-simplification
Desenvolvedores de software

機能を保持したまま不要な複雑性を排除し、コードの簡潔性と可読性を向上させる。30行超の関数や3段以上のネスト検出時に使用。

2026-02-12
comment-analysis
Analistas de garantia de qualidade de software e testadores

コードコメントの正確性、完全性、長期的な保守性を分析する。JSDoc、コメント、README等のドキュメントが変更された場合に使用。

2026-02-12
error-handler-hunt
Analistas de garantia de qualidade de software e testadores

サイレント失敗を検出し、堅牢なエラーハンドリングを確保する。PRレビューでのエラーハンドリング検査時に使用。

2026-02-12
Mostrando as 8 principais de 10 skills coletadas neste repositório.
Mostrando as 8 principais de 10 skills coletadas neste repositório.
out-of-scope-issue
Desenvolvedores de software

Use when finding improvements, bugs, or refactoring opportunities outside the current task's scope during implementation or code review. First decides whether the finding is small enough to fix inline in the same PR, or large enough to deserve a new GitHub Issue, then takes action. Triggers on phrases like "スコープ外", "別Issueで", "out of scope", "別対応", "後で対応", or when review tools flag suggestions for future work.

2026-07-24
harness-review
Outras ocupações de informática

エージェントハーネス(ツール設計・コンテキスト管理・マルチエージェント構成・失敗設計)の設計をレビューし、重大度付きの指摘を出すスキル。設計書・構成ドキュメント・リポジトリを入力に、7観点のチェックと根拠付き指摘・良い点・情報不足を報告する。「ハーネス設計をレビューして」「エージェント構成のレビュー」「この構成で暴走しないか見て」「マルチエージェント設計の妥当性確認」と言われたとき、またはエージェントシステムの実装前・本番化前の設計確認で使用。

2026-07-17
spec-driven
Desenvolvedores de software

開発タスクを仕様駆動の5ゲート(要件→仕様→計画→実装→検証)で進行管理するスキル。機能要求や Issue を受けたとき、受け入れ基準の確定と仕様文書の先行更新をゲートとして強制し、進行表に証拠付きで記録する。「仕様駆動で進めて」「spec-driven」「ゲート管理して」「要件から順に固めて」「受け入れ基準を決めてから実装して」と言われたとき、または曖昧な機能要求のまま実装に入りそうなときに使用。

2026-07-17
Mostrando 5 de 5 repositórios
Todos os repositórios foram exibidos
feel-flow Agent Skills | SkillsMP