Prepare network facts before troubleshooting
Network work often starts with mixed evidence: logs contain IPv4 and IPv6 addresses, dashboards export integer forms, URLs hide important routing parameters, and packet captures or lookup results arrive in separate formats. This workflow keeps those facts together so the team can review one normalized handoff package instead of reconciling scattered snippets.
Normalize addresses and request inputs
Begin with ip-address-validator, ip-address-extractor, and cidr-calculator to prove which addresses are valid and where they belong. Then use the IPv4, IPv6, and integer converters to translate values without discarding the original representation. For web-facing evidence, use webhook-debugger-relay, url-query-analyzer, and url-parameter-extractor to preserve callback behavior and decode query parameters in a repeatable way.
Draw the boundary with triage
The final package can include network-packet-analyzer, dns-query, hosts-file-editor, port-scanner, and whois-lookup, but those outputs are evidence rather than a root-cause verdict. If the next question is why traffic fails, whether SSL or routing is broken, or how an endpoint behaves under incident conditions, hand the package to network-triage-debugging. Keeping this boundary clear lets this hub stay a conversion and readiness workflow instead of becoming a mixed troubleshooting page.